From c2707d4995145f688b79f0f7fb596338ef2e37c2 Mon Sep 17 00:00:00 2001 From: Rik Roots Date: Wed, 8 Apr 2026 16:04:33 +0100 Subject: [PATCH] Add new caption field to capi model --- .gitignore | 1 + models/src/main/thrift/content/v1.thrift | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index de7e9a9d..c1923e65 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ target/ /project/project/ .idea/ .bsp/ +**/.DS_Store \ No newline at end of file diff --git a/models/src/main/thrift/content/v1.thrift b/models/src/main/thrift/content/v1.thrift index 5892bdf3..b8cdd9ee 100644 --- a/models/src/main/thrift/content/v1.thrift +++ b/models/src/main/thrift/content/v1.thrift @@ -865,6 +865,8 @@ struct ContentAtomElementFields { 4: optional bool isMandatory + 5: optional string caption + } struct CodeElementFields {