diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-26 17:25:41 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-26 17:25:41 -0400 |
| commit | 1ac9385f0e106a67c9cac159a88f1ef53ecc8f79 (patch) | |
| tree | 65aab20ece8fe8647d459d36e632af86158a6459 /index.js | |
| parent | d1283fbd4aca467162fffeae1ea42effb155bf56 (diff) | |
preliminary formatting.. need to add a couple new datatypes
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,8 +21,9 @@ 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'}, press: {type: 'link-list'}, |
