diff options
Diffstat (limited to 'examples/index.js')
| -rw-r--r-- | examples/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/index.js b/examples/index.js index 9c5b7b4..95d2bcf 100644 --- a/examples/index.js +++ b/examples/index.js @@ -15,6 +15,7 @@ var app = okcms.createApp({ title: {type: 'string'}, description: {type: 'text'}, color: {type: 'enum', options: ["red","blue","green"]}, + video: {type: 'video'}, images: {type: 'captioned-image-list'} } }, |
