42 lines
975 B
YAML
Raw Normal View History

# ===================================
# 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
2017-07-15 20:01:56 +10:00
stretch: true
content_css:
type: codeeditor
size: giant
tab: system::lang.mail_templates.content_css
language: css
2017-07-15 20:01:56 +10:00
stretch: true
content_text:
type: textarea
size: giant
tab: system::lang.mail_templates.content_text
2017-07-15 20:01:56 +10:00
stretch: true