summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
authorjulie lala <jules@okfoc.us>2015-05-17 08:07:06 -0400
committerjulie lala <jules@okfoc.us>2015-05-17 08:07:06 -0400
commit45197dbb5a49c75509d95fae072f828bdbc7e13e (patch)
treeb9e177b49203d6e73b3c9e15f8ce59b8b32b50c8 /site/index.js
parent7f84dfb770ac2f9bae282ef00d9a93f21255fa45 (diff)
parenta0d2729e311f53ecaa014c097c1a485581853100 (diff)
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
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'},
}
},