mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 13:38:22 +01:00
24 lines
429 B
YAML
24 lines
429 B
YAML
title: '{{panel.modal.images.title}}'
|
|
|
|
form: false
|
|
|
|
size: large
|
|
|
|
fields:
|
|
imagepicker:
|
|
type: page.imagepicker
|
|
|
|
buttons:
|
|
dismiss:
|
|
action: dismiss
|
|
icon: times-circle
|
|
label: '{{panel.modal.action.cancel}}'
|
|
variant: secondary
|
|
|
|
pick:
|
|
action: command
|
|
icon: check-circle
|
|
label: '{{panel.modal.action.continue}}'
|
|
align: right
|
|
command: pick-image
|