summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorstone <jules+okfprojz@okfoc.us>2015-11-30 22:30:34 -0500
committerstone <jules+okfprojz@okfoc.us>2015-11-30 22:30:34 -0500
commit8f62c9645374d16021eb3639582f3e2f540772d0 (patch)
tree8eb0bb369631bd168eff53145dad35e2f4b0b31f /index.js
parent905d3e261abbb9fcc800668624b0e2cddcad00cb (diff)
CollectionId
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 873780fc..6e04db90 100644
--- a/index.js
+++ b/index.js
@@ -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"] },