48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
# ===================================
|
|
# Field Definitions
|
|
# ===================================
|
|
|
|
fields:
|
|
|
|
code:
|
|
label: system::lang.mail_templates.code
|
|
comment: system::lang.mail_templates.code_comment
|
|
span: left
|
|
context: create
|
|
|
|
name@create:
|
|
label: system::lang.mail_templates.name
|
|
span: right
|
|
|
|
name@update:
|
|
label: system::lang.mail_templates.name
|
|
|
|
secondaryTabs:
|
|
fields:
|
|
|
|
content_html:
|
|
type: codeeditor
|
|
size: giant
|
|
tab: system::lang.mail_templates.content_html
|
|
language: html
|
|
stretch: true
|
|
|
|
content_css:
|
|
type: codeeditor
|
|
size: giant
|
|
tab: system::lang.mail_templates.content_css
|
|
language: css
|
|
stretch: true
|
|
|
|
content_text:
|
|
type: textarea
|
|
size: giant
|
|
tab: system::lang.mail_templates.content_text
|
|
stretch: true
|
|
|
|
options[disable_auto_inline_css]:
|
|
label: system::lang.mail_templates.disable_auto_inline_css
|
|
type: checkbox
|
|
tab: system::lang.mail_templates.options
|
|
default: false
|