diff options
| -rw-r--r-- | db.json | 3 | ||||
| -rw-r--r-- | index.js | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -220,7 +220,8 @@ } ], "__index": "0", - "dateCreated": "Fri, 20 Nov 2015 00:45:03 GMT" + "dateCreated": "Fri, 20 Nov 2015 00:45:03 GMT", + "collection": "STONE ISLAND FW_'015 '016" } ] }
\ No newline at end of file @@ -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'}, }, |
