summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
authorjulie lala <jules@okfoc.us>2015-04-27 17:08:25 -0400
committerjulie lala <jules@okfoc.us>2015-04-27 17:08:25 -0400
commit1451d6a1262e394dd8505ac6523d0eaea5dfd57c (patch)
tree2ab626558332fa5ed0ee6d3faa5ff76c53eba070 /site/index.js
parentc78f208f3e6bd1199f0d6c88d2431609b58bd303 (diff)
parent934a8ac8afdaa2afc2061542abbf3f4864a476b1 (diff)
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js3
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'},
}