diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-04 14:12:38 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-04 14:12:38 -0400 |
| commit | d1714eb9c50ebacc12431fe08122764397106013 (patch) | |
| tree | 1e8a03619137e119645bf8e8d15e61169259c151 /index.js | |
| parent | bc5c9ff05b113df0907f442c225ce61c3f15f1b3 (diff) | |
making mobile work better
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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'}, }, |
