summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/index.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/index.js b/examples/index.js
index a2a1a18..3b189ac 100644
--- a/examples/index.js
+++ b/examples/index.js
@@ -73,7 +73,12 @@ var app = okcms
id: { type: "string", hidden: true },
title: { type: "string" },
image: { type: "image" },
- images: { type: "triple-captioned-image-list" },
+ images: {
+ type: "triple-captioned-image-list",
+ caption1: "Alpha",
+ caption2: "Beta",
+ caption3: "Gamma",
+ },
},
filez: {
id: { type: "string", hidden: true },