diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-02 19:41:05 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-02 19:41:05 +0100 |
| commit | f82c9312ae90898d727e5da58de42008df05db60 (patch) | |
| tree | 699a95f5340ad1fae87382907ac6facad1c769b8 /examples | |
| parent | a7d54de8eac0d9720c7c01ab49a61dbe99af4a9d (diff) | |
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/index.js | 7 |
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 }, |
