diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-10-24 15:48:10 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-10-24 15:48:10 -0400 |
| commit | bc38a56567c20f3205b89dae710d131655b0220d (patch) | |
| tree | ec74e77b24e65b7371ef364454c083a32189cc71 /examples/index.js | |
| parent | 3593fb22cb19366fb1bf30c4ecfbf4428b8aad82 (diff) | |
customize link-list placeholder textv0.2.3
Diffstat (limited to 'examples/index.js')
| -rw-r--r-- | examples/index.js | 2 |
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}, |
