Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions models/src/main/thrift/content/v1.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ enum ElementType {

CARTOON = 21

RECIPE = 22

}

enum TagType {
Expand Down Expand Up @@ -808,6 +810,12 @@ struct CodeElementFields {

}

struct RecipeElementFields {

1: optional string src

}

struct CalloutElementFields {

1: optional string campaignId
Expand Down Expand Up @@ -919,6 +927,8 @@ struct BlockElement {

24: optional CartoonElementFields cartoonTypeData

25: optional RecipeElementFields recipeTypeData

}

struct MembershipPlaceholder {
Expand Down