summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.js b/index.js
index 5f2586a..8de3947 100644
--- a/index.js
+++ b/index.js
@@ -21,10 +21,14 @@ var app = okcms.createApp({
id: {type: 'string', hidden: true},
year: {type: 'number'},
title: {type: 'string'},
+ client: {type: 'string'},
link: {type: 'string'},
- NatureOfWork: {type: 'text'},
+ NatureOfWork: {type: 'tag-list'},
brief: {type: 'text'},
image: {type: 'image'},
+ containImage: {type: 'flag'},
+ iframe: {type: 'string'},
+ video: {type: 'string'},
press: {type: 'link-list'},
},
},