From 5dc5c5bfc950d9914a4511b7be61c056bd59aa69 Mon Sep 17 00:00:00 2001 From: Rik Roots Date: Wed, 10 Sep 2025 15:35:06 +0100 Subject: [PATCH 1/2] Add new looping video boolean field --- .gitignore | 1 + models/src/main/thrift/content/v1.thrift | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index de7e9a9d..f66877a6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ target/ /project/project/ .idea/ .bsp/ +.DS_Store diff --git a/models/src/main/thrift/content/v1.thrift b/models/src/main/thrift/content/v1.thrift index ce5c04d2..d83dbdab 100644 --- a/models/src/main/thrift/content/v1.thrift +++ b/models/src/main/thrift/content/v1.thrift @@ -564,6 +564,8 @@ struct VideoElementFields { 20: optional string sourceDomain 21: optional bool isMandatory + + 22: optional bool autoloopVideoOnPageLoad } struct ImageElementFields { From 9435b06d9c0c04f7cc66bdc9ea224f22603102f1 Mon Sep 17 00:00:00 2001 From: Rik Roots Date: Wed, 17 Sep 2025 16:07:37 +0100 Subject: [PATCH 2/2] Change name of new attribute --- models/src/main/thrift/content/v1.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/src/main/thrift/content/v1.thrift b/models/src/main/thrift/content/v1.thrift index d83dbdab..e0c199d8 100644 --- a/models/src/main/thrift/content/v1.thrift +++ b/models/src/main/thrift/content/v1.thrift @@ -565,7 +565,7 @@ struct VideoElementFields { 21: optional bool isMandatory - 22: optional bool autoloopVideoOnPageLoad + 22: optional bool isLoopingVideo } struct ImageElementFields {