summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-03-28 16:32:21 -0400
committerJules Laplace <jules@okfoc.us>2016-03-28 16:32:21 -0400
commitdb68967feb8805852b90133062015ea4ef920719 (patch)
treeed4ef1ce5f95e4a67c2fef00cd952b3bdef0d873 /index.js
parent53a4752825910cbfd5db7de8a71c2d9a2d4da90f (diff)
fix links field
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 8de3947..5927a34 100644
--- a/index.js
+++ b/index.js
@@ -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'},