aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/models/custom-markup/custom-markup-data.model.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/custom-markup/custom-markup-data.model.ts b/shared/models/custom-markup/custom-markup-data.model.ts
index 667eaad9c..3e396052a 100644
--- a/shared/models/custom-markup/custom-markup-data.model.ts
+++ b/shared/models/custom-markup/custom-markup-data.model.ts
@@ -53,4 +53,6 @@ export type ContainerMarkupData = {
53 title?: string 53 title?: string
54 description?: string 54 description?: string
55 layout?: 'row' | 'column' 55 layout?: 'row' | 'column'
56
57 justifyContent?: 'space-between' | 'normal' // default to 'space-between'
56} 58}