diff options
| author | okfprojz <jules+okfprojz@okfoc.us> | 2016-04-04 15:48:15 -0400 |
|---|---|---|
| committer | okfprojz <jules+okfprojz@okfoc.us> | 2016-04-04 15:48:15 -0400 |
| commit | 34f73022d052592172abe33aafe7dffdd09d260c (patch) | |
| tree | 3420d3d65ec590c16bfc4a181abcd18d068a52ea /index.js | |
| parent | 83ec60054e5d6dae74e0931a3e4bbca9f8ef8a2c (diff) | |
| parent | 2cee451d5309eb3d0099b4d14e45248054efd834 (diff) | |
Merge branch 'master' of github.com:okfocus/portfolio
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'}, }, |
