diff options
Diffstat (limited to 'studio-susie/index.js')
| -rw-r--r-- | studio-susie/index.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/studio-susie/index.js b/studio-susie/index.js index bb338e0..9ff7a74 100644 --- a/studio-susie/index.js +++ b/studio-susie/index.js @@ -31,8 +31,10 @@ var app = okcms.createApp({ painting: { id: {type: 'string', hidden: true}, title: {type: 'string'}, + center: {type: 'flag'}, image: {type: 'image'}, - body: {type: 'text'}, + date: {type: 'string'}, + description: {type: 'string'}, }, page: { id: {type: 'string', hidden: true}, |
