diff options
| author | julie lala <jules@okfoc.us> | 2015-04-13 16:45:41 -0400 |
|---|---|---|
| committer | julie lala <jules@okfoc.us> | 2015-04-13 16:45:41 -0400 |
| commit | c702d76549ead663daed0147f5c160c368a61c45 (patch) | |
| tree | cad22d834c0acd4c871a8bdaa148d1f1f19caf34 /site/index.js | |
| parent | edcc3c497f05e14bdd5655a0bc154cee04784a60 (diff) | |
| parent | ebb17679c64723dc1378079f9da0697673b21f5d (diff) | |
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
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'}, } }, |
