diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-12-31 22:07:40 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-12-31 22:07:40 +0100 |
| commit | a29a021dee9bee8b916df8b512c38f2adc2a445e (patch) | |
| tree | 1b7138d0931c8621674c1c4325545e0f358137ff /studio-susie/index.js | |
| parent | 4f6d9d5e5f02f28ce12dbd5b432ecf43a939f8e1 (diff) | |
disabled
Diffstat (limited to 'studio-susie/index.js')
| -rw-r--r-- | studio-susie/index.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/studio-susie/index.js b/studio-susie/index.js index 9ff7a74..906299a 100644 --- a/studio-susie/index.js +++ b/studio-susie/index.js @@ -33,13 +33,15 @@ var app = okcms.createApp({ title: {type: 'string'}, center: {type: 'flag'}, image: {type: 'image'}, - date: {type: 'string'}, - description: {type: 'string'}, + date: {type: 'number'}, + medium: {type: 'string'}, + disabled: {type: 'flag'}, }, page: { id: {type: 'string', hidden: true}, title: {type: 'string'}, body: {type: 'text'}, + disabled: {type: 'flag'}, }, }, |
