diff options
| author | julie lala <jules@okfoc.us> | 2015-04-27 17:08:25 -0400 |
|---|---|---|
| committer | julie lala <jules@okfoc.us> | 2015-04-27 17:08:25 -0400 |
| commit | 1451d6a1262e394dd8505ac6523d0eaea5dfd57c (patch) | |
| tree | 2ab626558332fa5ed0ee6d3faa5ff76c53eba070 /site/index.js | |
| parent | c78f208f3e6bd1199f0d6c88d2431609b58bd303 (diff) | |
| parent | 934a8ac8afdaa2afc2061542abbf3f4864a476b1 (diff) | |
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'site/index.js')
| -rw-r--r-- | site/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/index.js b/site/index.js index 8bb4b4d..3434742 100644 --- a/site/index.js +++ b/site/index.js @@ -5,8 +5,7 @@ var projectSchema = { title: {type: 'string'}, menu: {type: 'string'}, description: {type: 'text'}, - video: {type: 'video'}, - images: {type: 'captioned-image-list'}, + media: {type: 'media-list'}, thumbnail: {type: 'image'}, } |
