From 40855344cb9d09f386c46e775107b669a9868057 Mon Sep 17 00:00:00 2001 From: stone Date: Thu, 19 Nov 2015 21:07:55 -0500 Subject: the store can be closed --- index.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'index.js') 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: { -- cgit v1.2.3-70-g09d2