summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorstone <jules+okfprojz@okfoc.us>2015-11-19 21:07:55 -0500
committerstone <jules+okfprojz@okfoc.us>2015-11-19 21:07:55 -0500
commit40855344cb9d09f386c46e775107b669a9868057 (patch)
tree88c4c5006280753ae4de3dae9834f704574992de /index.js
parent7f65ee019a6f4dbab968b706d8c93f31d7fc364c (diff)
the store can be closed
Diffstat (limited to 'index.js')
-rw-r--r--index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.js b/index.js
index e38a38c8..462f2d3d 100644
--- a/index.js
+++ b/index.js
@@ -37,6 +37,12 @@ var app = okcms.createApp({
body: {type: 'text'},
tag: {type: 'string'},
},
+ store: {
+ id: {type: 'string', hidden: true},
+ title: {type: 'string'},
+ StoreIsOpen: {type: 'enum', options: ["true","false"] },
+ ClosedStoreImages: {type: 'captioned-image-list'},
+ },
},
resources: [
@@ -44,6 +50,7 @@ var app = okcms.createApp({
{ type: 'archive' },
{ type: 'hub' },
{ type: 'page' },
+ { type: 'store' },
],
views: {