diff options
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,8 +24,8 @@ var app = okcms.createApp({ entry: { id: {type: 'string', hidden: true}, title: {type: 'string'}, - date: {type: 'string'}, tags: {type: 'text'}, + shortDescription: {type: 'text'}, body: {type: 'text'}, media: {type: 'media'}, gallery: {type: 'flag'}, |
