diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-09 02:03:06 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-09 02:03:06 -0400 |
| commit | 62fc7c328c78f5aff5a4f7ec95a5631c7d4e204b (patch) | |
| tree | 4af548951cacacb8852850ea74bf7a82b523016b /examples/index.js | |
| parent | 6d075a940b30c186e8b668316c5f51fbcb47e78e (diff) | |
| parent | c5e38d7f48e2b5d6ce5ea70f7337f983e55969d6 (diff) | |
mergez
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 1a5fbbe..95d2bcf 100644 --- a/examples/index.js +++ b/examples/index.js @@ -16,7 +16,7 @@ var app = okcms.createApp({ description: {type: 'text'}, color: {type: 'enum', options: ["red","blue","green"]}, video: {type: 'video'}, - images: {type: 'images'}, + images: {type: 'captioned-image-list'} } }, |
