summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.js b/site/index.js
index a7b207a..3434742 100644
--- a/site/index.js
+++ b/site/index.js
@@ -5,7 +5,7 @@ var projectSchema = {
title: {type: 'string'},
menu: {type: 'string'},
description: {type: 'text'},
- images: {type: 'media-list'},
+ media: {type: 'media-list'},
thumbnail: {type: 'image'},
}