mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
UX fixes to mailtemplates controller, active tab now remains active and redirects leverage active tab setting
17 lines
489 B
YAML
17 lines
489 B
YAML
# ===================================
|
|
# Form Behavior Config
|
|
# ===================================
|
|
|
|
name: system::lang.mail_templates.layout
|
|
form: ~/modules/system/models/maillayout/fields.yaml
|
|
modelClass: System\Models\MailLayout
|
|
defaultRedirect: system/mailtemplates/index/layouts
|
|
|
|
create:
|
|
redirect: system/maillayouts/update/:id
|
|
redirectClose: system/mailtemplates/index/layouts
|
|
|
|
update:
|
|
redirect: system/mailtemplates
|
|
redirectClose: system/mailtemplates/index/layouts
|