39 lines
904 B
YAML
Raw Normal View History

# ===================================
# Field Definitions
# ===================================
fields:
code:
label: system::lang.email_templates.code
comment: system::lang.email_templates.code_comment
span: left
context: create
name@create:
label: system::lang.email_templates.name
span: right
name@update:
label: system::lang.email_templates.name
secondaryTabs:
fields:
content_html:
type: codeeditor
size: giant
tab: system::lang.email_templates.content_html
language: html
content_css:
type: codeeditor
size: giant
tab: system::lang.email_templates.content_css
language: css
content_text:
type: textarea
size: giant
tab: system::lang.email_templates.content_text