mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-29 11:31:19 +01:00
21 lines
423 B
YAML
21 lines
423 B
YAML
title: '{{panel.pages.renameFile}}'
|
|
|
|
fields:
|
|
filename:
|
|
type: text
|
|
label: '{{panel.pages.renameFile.name}}'
|
|
required: true
|
|
|
|
buttons:
|
|
dismiss:
|
|
action: dismiss
|
|
icon: times-circle
|
|
label: '{{panel.modal.action.cancel}}'
|
|
variant: secondary
|
|
|
|
submit:
|
|
action: submit
|
|
icon: pencil
|
|
label: '{{panel.modal.action.rename}}'
|
|
align: right
|