summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-10-24 15:48:10 -0400
committerJules Laplace <jules@okfoc.us>2016-10-24 15:48:10 -0400
commitbc38a56567c20f3205b89dae710d131655b0220d (patch)
treeec74e77b24e65b7371ef364454c083a32189cc71 /examples
parent3593fb22cb19366fb1bf30c4ecfbf4428b8aad82 (diff)
customize link-list placeholder textv0.2.3
Diffstat (limited to 'examples')
-rw-r--r--examples/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/index.js b/examples/index.js
index 998aa1d..e72a9ce 100644
--- a/examples/index.js
+++ b/examples/index.js
@@ -28,7 +28,7 @@ var app = okcms.createApp({
id: {type: 'string'},
title: {type: 'string'},
body: {type: 'text'},
- links: {type: 'link-list'},
+ links: {type: 'link-list', textLabel: "A", linkLabel: "B"},
},
bread: {
type: {type: 'string', id: true},