summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-04-05 17:30:37 -0400
committerJules Laplace <jules@okfoc.us>2016-04-05 17:30:37 -0400
commit7d7b6ad3b14aaaf7f2ef502becd70296601872aa (patch)
tree6026312eb78b5274884947752fda62aa16b833c1 /index.js
parente839de498d12325a31a21d429ba8680674e142a8 (diff)
caption as css inject, two fields for link text
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index d8dc14f..d1defae 100644
--- a/index.js
+++ b/index.js
@@ -31,6 +31,7 @@ var app = okcms.createApp({
year: {type: 'number'},
client: {type: 'string'},
link: {type: 'string'},
+ linkText: {type: 'string'},
NatureOfWork: {type: 'text'},
brief: {type: 'text'},
media: {type: 'media-list'},