diff options
| author | stone <jules+okfprojz@okfoc.us> | 2015-11-19 23:09:15 -0500 |
|---|---|---|
| committer | stone <jules+okfprojz@okfoc.us> | 2015-11-19 23:09:15 -0500 |
| commit | 6c3430ef2b3589dd9429db68c2466401c4a62d54 (patch) | |
| tree | 42020f54abb2a06289565a31e65af9e8f6aade29 | |
| parent | b6a267cc7f0006dc03f950bd08727dca3d2ab258 (diff) | |
store enum
| -rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: { |
