2014-06-06 21:38:34 +10:00
|
|
|
# ===================================
|
|
|
|
# Field Definitions
|
|
|
|
# ===================================
|
|
|
|
|
|
|
|
fields:
|
|
|
|
|
|
|
|
code:
|
2014-07-04 18:47:46 +10:00
|
|
|
label: system::lang.mail_templates.code
|
|
|
|
comment: system::lang.mail_templates.code_comment
|
2014-06-06 21:38:34 +10:00
|
|
|
span: left
|
|
|
|
context: create
|
|
|
|
|
2014-06-10 19:30:06 +10:00
|
|
|
name@create:
|
2014-07-04 18:47:46 +10:00
|
|
|
label: system::lang.mail_templates.name
|
2014-06-06 21:38:34 +10:00
|
|
|
span: right
|
|
|
|
|
2014-06-10 19:30:06 +10:00
|
|
|
name@update:
|
2014-07-04 18:47:46 +10:00
|
|
|
label: system::lang.mail_templates.name
|
2014-06-06 21:38:34 +10:00
|
|
|
|
|
|
|
secondaryTabs:
|
|
|
|
fields:
|
|
|
|
|
|
|
|
content_html:
|
|
|
|
type: codeeditor
|
|
|
|
size: giant
|
2014-07-04 18:47:46 +10:00
|
|
|
tab: system::lang.mail_templates.content_html
|
2014-06-20 22:00:23 +10:00
|
|
|
language: html
|
2017-07-15 20:01:56 +10:00
|
|
|
stretch: true
|
2014-06-06 21:38:34 +10:00
|
|
|
|
|
|
|
content_css:
|
|
|
|
type: codeeditor
|
|
|
|
size: giant
|
2014-07-04 18:47:46 +10:00
|
|
|
tab: system::lang.mail_templates.content_css
|
2014-06-20 22:00:23 +10:00
|
|
|
language: css
|
2017-07-15 20:01:56 +10:00
|
|
|
stretch: true
|
2014-06-06 21:38:34 +10:00
|
|
|
|
|
|
|
content_text:
|
|
|
|
type: textarea
|
|
|
|
size: giant
|
2014-07-04 18:47:46 +10:00
|
|
|
tab: system::lang.mail_templates.content_text
|
2017-07-15 20:01:56 +10:00
|
|
|
stretch: true
|