summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
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'},
},