mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 21:49:04 +01:00
24 lines
462 B
YAML
24 lines
462 B
YAML
title: '{{panel.modal.link.title}}'
|
|
|
|
form: false
|
|
|
|
fields:
|
|
uri:
|
|
type: text
|
|
label: '{{panel.modal.link.uri}}'
|
|
required: true
|
|
|
|
buttons:
|
|
dismiss:
|
|
action: dismiss
|
|
icon: times-circle
|
|
label: '{{panel.modal.action.cancel}}'
|
|
variant: secondary
|
|
|
|
insert:
|
|
action: command
|
|
icon: check-circle
|
|
label: '{{panel.modal.action.continue}}'
|
|
align: right
|
|
command: insert-link
|