summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2015-05-17 13:54:46 +0200
committerJulie Lala <jules@okfoc.us>2015-05-17 13:54:46 +0200
commit22d12686d920414098394f0305e12a942807c150 (patch)
tree7a194e1fa74b4a7466c9da0213e6f341df31151d /site/index.js
parent2f78a76b8aebdda2936752835cab80f75a78997d (diff)
about page
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/index.js b/site/index.js
index 4c5c2ca..04d2455 100644
--- a/site/index.js
+++ b/site/index.js
@@ -24,6 +24,7 @@ var app = okcms.createApp({
id: {type: 'string', hidden: true},
title: {type: 'string'},
body: {type: 'text'},
+ contact: {type: 'text'},
image: {type: 'string'}
},
advertising: projectSchema,
@@ -33,7 +34,7 @@ var app = okcms.createApp({
shape: {
id: {type: 'string', id: true, hidden: true},
title: {type: 'string'},
- images: {type: 'captioned-image-list'},
+ images: {type: 'double-captioned-image-list'},
}
},