From f82c9312ae90898d727e5da58de42008df05db60 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Mar 2021 19:41:05 +0100 Subject: custom field placeholder names on image lists --- examples/index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'examples/index.js') 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 }, -- cgit v1.2.3-70-g09d2