summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js8
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'},
}
},