summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/index.js3
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'},
}
},