summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-16 14:04:10 -0400
committerJules Laplace <jules@okfoc.us>2015-04-16 14:04:10 -0400
commitb51455df828fde90edbee3143bd8d49b00cc3f1a (patch)
treefd51ae44fe0b42dfb34a47dd07027c7428494187 /site/index.js
parent54c430282d52b7d5239692fe5939138a1f83ece9 (diff)
single image upload field, abstract upload class a bit
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/index.js b/site/index.js
index 521b7d7..30e4a76 100644
--- a/site/index.js
+++ b/site/index.js
@@ -7,6 +7,7 @@ var projectSchema = {
description: {type: 'text'},
video: {type: 'video'},
images: {type: 'captioned-image-list'},
+ shape: {type: 'image'},
}
var app = okcms.createApp({