summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db.json3
-rw-r--r--index.js1
2 files changed, 3 insertions, 1 deletions
diff --git a/db.json b/db.json
index 80b2b573..fe64441c 100644
--- a/db.json
+++ b/db.json
@@ -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
diff --git a/index.js b/index.js
index 462f2d3d..788138fd 100644
--- a/index.js
+++ b/index.js
@@ -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'},
},