summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/db.json4
-rw-r--r--site/index.js8
2 files changed, 6 insertions, 6 deletions
diff --git a/site/db.json b/site/db.json
index c07e321..d2e882a 100644
--- a/site/db.json
+++ b/site/db.json
@@ -28,7 +28,7 @@
"caption": "CURABITUR BLANDIT TEMPUS PORTTITOR 4"
}
],
- "__index": 1
+ "__index": "0"
}
],
"page": [
@@ -47,4 +47,4 @@
"__index": 0
}
]
-}
+} \ No newline at end of file
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'},
}
},