diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-13 12:34:50 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-13 12:34:50 -0400 |
| commit | 90b27c7e5aac1b81aac471d07f8f42dccb90d90b (patch) | |
| tree | 6862d0aff31308302a52de06e0beeac2afa8c471 /site/index.js | |
| parent | 3b16b2d58f876f6ab4abcdf8012efb2411504940 (diff) | |
styling/debugging
Diffstat (limited to 'site/index.js')
| -rw-r--r-- | site/index.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/site/index.js b/site/index.js index a59e74e..dace900 100644 --- a/site/index.js +++ b/site/index.js @@ -15,15 +15,15 @@ var app = okcms.createApp({ id: {type: 'string', id: true}, title: {type: 'string'}, shortname: {type: 'string'}, - description: {type: 'text'}, - video: {type: 'video'}, - images: {type: 'captioned-image-list'}, category: {type: 'enum', options: [ 'retail', 'advertising', 'experiential', 'content'] - } + }, + description: {type: 'text'}, + video: {type: 'video'}, + images: {type: 'captioned-image-list'}, } }, |
