summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-01 00:27:19 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-01 00:27:19 +0200
commitee48817f5e1f534b0a00b5b451c7621096b826a7 (patch)
tree4a234268406affacf1d7f40731db9a383218b841 /index.js
parent1cee70088a74a39b8befa9db7b491199931aab09 (diff)
fits large alt text
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'},