summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorstone <jules+okfprojz@okfoc.us>2015-11-19 21:29:37 -0500
committerstone <jules+okfprojz@okfoc.us>2015-11-19 21:29:37 -0500
commitb6a267cc7f0006dc03f950bd08727dca3d2ab258 (patch)
tree426a90d914b8ff3d056a5e0064ed590feae6372e /index.js
parent40855344cb9d09f386c46e775107b669a9868057 (diff)
collection name
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 462f2d3d..788138fd 100644
--- a/index.js
+++ b/index.js
@@ -40,6 +40,7 @@ var app = okcms.createApp({
store: {
id: {type: 'string', hidden: true},
title: {type: 'string'},
+ collection: {type: 'string'},
StoreIsOpen: {type: 'enum', options: ["true","false"] },
ClosedStoreImages: {type: 'captioned-image-list'},
},