summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-03-28 16:17:39 -0400
committerJules Laplace <jules@okfoc.us>2016-03-28 16:17:39 -0400
commit53a4752825910cbfd5db7de8a71c2d9a2d4da90f (patch)
treee4403bc6ceed48b41957c459366e2578c1407e9c /index.js
parent7a07fb2403f33f63079557c9cc9f38fe9409c30a (diff)
parentb2b7f8b9a519b941263ee0a5dc175e0ad576fae1 (diff)
Merge branch 'master' of github.com:okfocus/portfolio
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'},
},
},