diff options
| -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: { |
