summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
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 8dda142f..873780fc 100644
--- a/index.js
+++ b/index.js
@@ -43,6 +43,8 @@ var app = okcms.createApp({
title: {type: 'string'},
collection: {type: 'string'},
StoreIsOpen: {type: 'enum', options: ["true","false"] },
+ FitsLarge: {type: 'enum', options: ["true","false"] },
+ BackgroundIsGray: {type: 'enum', options: ["true","false"] },
ClosedStoreImages: {type: 'captioned-image-list'},
},
},