summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/index.js b/examples/index.js
index f234cc1..1a5fbbe 100644
--- a/examples/index.js
+++ b/examples/index.js
@@ -16,6 +16,7 @@ var app = okcms.createApp({
description: {type: 'text'},
color: {type: 'enum', options: ["red","blue","green"]},
video: {type: 'video'},
+ images: {type: 'images'},
}
},