summaryrefslogtreecommitdiff
path: root/examples/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-02 11:29:01 -0400
committerJules Laplace <jules@okfoc.us>2016-09-02 11:29:01 -0400
commitef64682b40be479ecff91c19d406fff10f9cc688 (patch)
tree43160ffde04f375d8022fba5e5f96283a0cd745a /examples/index.js
parent233188e7d36dea5f5e5102322be4df81b9d4114e (diff)
rename captioned-image-list to gallery, closes #3
Diffstat (limited to 'examples/index.js')
-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},