diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-28 16:32:21 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-28 16:32:21 -0400 |
| commit | db68967feb8805852b90133062015ea4ef920719 (patch) | |
| tree | ed4ef1ce5f95e4a67c2fef00cd952b3bdef0d873 /index.js | |
| parent | 53a4752825910cbfd5db7de8a71c2d9a2d4da90f (diff) | |
fix links field
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ var app = okcms.createApp({ title: {type: 'string'}, client: {type: 'string'}, link: {type: 'string'}, - NatureOfWork: {type: 'tag-list'}, + NatureOfWork: {type: 'text'}, brief: {type: 'text'}, image: {type: 'image'}, containImage: {type: 'flag'}, |
