summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstone <jules+okfprojz@okfoc.us>2015-11-19 23:09:15 -0500
committerstone <jules+okfprojz@okfoc.us>2015-11-19 23:09:15 -0500
commit6c3430ef2b3589dd9429db68c2466401c4a62d54 (patch)
tree42020f54abb2a06289565a31e65af9e8f6aade29
parentb6a267cc7f0006dc03f950bd08727dca3d2ab258 (diff)
store enum
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 788138fd..8dda142f 100644
--- a/index.js
+++ b/index.js
@@ -28,6 +28,7 @@ var app = okcms.createApp({
subtitle: {type: 'string'},
body: {type: 'text'},
link: {type: 'string'},
+ store: {type: 'enum', options: ["true", "false"]},
image: {type: 'captioned-image-list'},
},
page: {