diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-12-31 21:45:15 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-12-31 21:45:15 +0100 |
| commit | 4f6d9d5e5f02f28ce12dbd5b432ecf43a939f8e1 (patch) | |
| tree | 300518b7a4ce8095b0e0cb07b1c7f0813564fa18 /studio-susie/index.js | |
| parent | 4157d6531b37c939eb86dd0c1d6df9a94394f329 (diff) | |
center
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}, |
