16 lines
448 B
YAML
16 lines
448 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
|
|
|
|
create:
|
|
redirect: system/mailtemplates/update/:id
|
|
redirectClose: system/mailtemplates
|
|
|
|
update:
|
|
redirect: system/mailtemplates
|
|
redirectClose: system/mailtemplates |