diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-09 01:58:01 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-09 01:58:01 -0400 |
| commit | c5e38d7f48e2b5d6ce5ea70f7337f983e55969d6 (patch) | |
| tree | 4615fb1e73776647b08838d7b5b41cd445a57b1e /examples/index.js | |
| parent | 0f7c28fa2e1fec6b3ce006435cd4bd6c7725d4af (diff) | |
Add captioned-image-list type
Diffstat (limited to 'examples/index.js')
| -rw-r--r-- | examples/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/index.js b/examples/index.js index 3dd3a39..9c5b7b4 100644 --- a/examples/index.js +++ b/examples/index.js @@ -14,7 +14,8 @@ var app = okcms.createApp({ type: {type: 'string', id: true}, title: {type: 'string'}, description: {type: 'text'}, - color: {type: 'enum', options: ["red","blue","green"]} + color: {type: 'enum', options: ["red","blue","green"]}, + images: {type: 'captioned-image-list'} } }, |
