diff options
| author | stone <jules+okfprojz@okfoc.us> | 2015-11-19 21:29:37 -0500 |
|---|---|---|
| committer | stone <jules+okfprojz@okfoc.us> | 2015-11-19 21:29:37 -0500 |
| commit | b6a267cc7f0006dc03f950bd08727dca3d2ab258 (patch) | |
| tree | 426a90d914b8ff3d056a5e0064ed590feae6372e | |
| parent | 40855344cb9d09f386c46e775107b669a9868057 (diff) | |
collection name
| -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'}, }, |
