summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/index.js b/examples/index.js
index fa3281e..711246a 100644
--- a/examples/index.js
+++ b/examples/index.js
@@ -23,13 +23,13 @@ var app = okcms.createApp({
description: {type: 'text'},
color: {type: 'enum', options: ["red","blue","green"]},
video: {type: 'video'},
- images: {type: 'captioned-image-list'}
+ images: {type: 'gallery'}
},
test: {
id: {type: 'string', hidden: true},
title: {type: 'string'},
flagged: {type: 'flag'},
- media: {type: 'media-list'},
+ media: {type: 'media'},
},
flour: {
id: {type: 'string', hidden: true},