summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-10 16:45:01 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-10 16:45:01 +0200
commitfa687cfbbf76931071f5fa3f59f9dfb59cd45064 (patch)
treee87e1c95c7c87104c5df674c8b247e9be389572c /index.js
parent999244344121d724d76eee2ee9ec9dc91091a3b5 (diff)
sizing footer
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.js b/index.js
index b1a83b4a..9fb30988 100644
--- a/index.js
+++ b/index.js
@@ -59,6 +59,8 @@ var app = okcms.createApp({
NotAvailableInCanada: {type: 'flag'},
FitsLarge: {type: 'enum', options: ["use_alt_text","true","false"] },
FitsLargeText: {type: 'text' },
+ SizingFooter: {type: 'enum', options: ["use_alt_text","true","false"] },
+ SizingFooterText: {type: 'text'},
FittingCodes: {type: 'text'},
BackgroundIsGray: {type: 'enum', options: ["true","false"] },
ClosedStoreImages: {type: 'captioned-image-list'},