Skip to content

Commit afcd810

Browse files
authored
Merge pull request #296 from guardian/rjr-add-new-caption-field-to-capi-model
Add new video caption field to CAPI model
2 parents 76e322f + 9a68b59 commit afcd810

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ target/
22
/project/project/
33
.idea/
44
.bsp/
5+
**/.DS_Store

models/src/main/thrift/content/v1.thrift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,8 @@ struct ContentAtomElementFields {
867867

868868
4: optional bool isMandatory
869869

870+
5: optional string caption
871+
870872
}
871873

872874
struct CodeElementFields {

0 commit comments

Comments
 (0)