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