summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'},