summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.js b/index.js
index 6c935a31..b1a83b4a 100644
--- a/index.js
+++ b/index.js
@@ -57,7 +57,8 @@ var app = okcms.createApp({
StoreClosedMessageOne: {type: 'string'},
StoreClosedMessageTwo: {type: 'string'},
NotAvailableInCanada: {type: 'flag'},
- FitsLarge: {type: 'enum', options: ["true","false"] },
+ FitsLarge: {type: 'enum', options: ["use_alt_text","true","false"] },
+ FitsLargeText: {type: 'text' },
FittingCodes: {type: 'text'},
BackgroundIsGray: {type: 'enum', options: ["true","false"] },
ClosedStoreImages: {type: 'captioned-image-list'},