summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-08-30 01:01:48 +0200
committerJules Laplace <julescarbon@gmail.com>2017-08-30 01:01:48 +0200
commit3f69c056570069e8f26267abbb5e1f459f18a110 (patch)
tree7cbc5731af2a2578e97ffaed7b78967f37d564e1 /index.js
parentee4359ce7626129f7fd6ac64189ca55aa9f5f66b (diff)
short description
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 79c55ab..fa17427 100644
--- a/index.js
+++ b/index.js
@@ -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'},