summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-04-04 14:12:38 -0400
committerJules Laplace <jules@okfoc.us>2016-04-04 14:12:38 -0400
commitd1714eb9c50ebacc12431fe08122764397106013 (patch)
tree1e8a03619137e119645bf8e8d15e61169259c151 /index.js
parentbc5c9ff05b113df0907f442c225ce61c3f15f1b3 (diff)
making mobile work better
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.js b/index.js
index 5162769..d8dc14f 100644
--- a/index.js
+++ b/index.js
@@ -27,12 +27,14 @@ var app = okcms.createApp({
id: {type: 'string', hidden: true},
title: {type: 'string'},
alternateTitle: {type: 'string'},
+ mobileTitle: {type: 'string'},
year: {type: 'number'},
client: {type: 'string'},
link: {type: 'string'},
NatureOfWork: {type: 'text'},
brief: {type: 'text'},
media: {type: 'media-list'},
+ mobileMedia: {type: 'media-list'},
containImage: {type: 'flag'},
press: {type: 'link-list'},
},