summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-02 19:41:05 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-02 19:41:05 +0100
commitf82c9312ae90898d727e5da58de42008df05db60 (patch)
tree699a95f5340ad1fae87382907ac6facad1c769b8 /examples
parenta7d54de8eac0d9720c7c01ab49a61dbe99af4a9d (diff)
custom field placeholder names on image listsHEADmaster
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 },