summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-27 14:24:20 -0400
committerJules Laplace <jules@okfoc.us>2015-04-27 14:24:20 -0400
commit3e2d7e98230990ad954b33203e0611358c1fa915 (patch)
tree5581c71544de94c736ac7fbabf86dd9ebcdc25a5 /site/index.js
parenta69d9410c42ad312283fe5a25ed7ca8d7c6b42e2 (diff)
stubbing in videos
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..a7b207a 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'},
+ images: {type: 'media-list'},
thumbnail: {type: 'image'},
}