diff options
| author | stone <jules+okfprojz@okfoc.us> | 2015-11-30 22:30:34 -0500 |
|---|---|---|
| committer | stone <jules+okfprojz@okfoc.us> | 2015-11-30 22:30:34 -0500 |
| commit | 8f62c9645374d16021eb3639582f3e2f540772d0 (patch) | |
| tree | 8eb0bb369631bd168eff53145dad35e2f4b0b31f | |
| parent | 905d3e261abbb9fcc800668624b0e2cddcad00cb (diff) | |
CollectionId
| -rw-r--r-- | db.json | 3 | ||||
| -rw-r--r-- | index.js | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -226,7 +226,8 @@ "dateCreated": "Fri, 20 Nov 2015 00:45:03 GMT", "collection": "STONE ISLAND FW_'015 '016", "FitsLarge": "false", - "BackgroundIsGray": "true" + "BackgroundIsGray": "true", + "CollectionId": "8822" } ] }
\ No newline at end of file @@ -42,6 +42,7 @@ var app = okcms.createApp({ id: {type: 'string', hidden: true}, title: {type: 'string'}, collection: {type: 'string'}, + CollectionId: {type: 'string'}, StoreIsOpen: {type: 'enum', options: ["true","false"] }, FitsLarge: {type: 'enum', options: ["true","false"] }, BackgroundIsGray: {type: 'enum', options: ["true","false"] }, |
