diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-09 01:10:52 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-09 01:10:52 -0400 |
| commit | 12f094a1eed167cdb830c9cb73a7085f74d30334 (patch) | |
| tree | 0382fd5bc4e826dac2db3fa5949ef4dcb754ea77 /examples/index.js | |
| parent | 587c9f7d3f4ac9efbd8851dad1c2f62b9e7e6e61 (diff) | |
video type, not saving yet
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..f234cc1 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"]}, + video: {type: 'video'}, } }, |
