2014-06-06 21:38:34 +10:00
|
|
|
# ===================================
|
|
|
|
# Field Definitions
|
|
|
|
# ===================================
|
|
|
|
|
|
|
|
fields:
|
|
|
|
|
|
|
|
layout:
|
2014-07-04 18:47:46 +10:00
|
|
|
label: system::lang.mail_templates.layout
|
2014-06-06 21:38:34 +10:00
|
|
|
type: relation
|
2015-07-29 16:25:22 +02:00
|
|
|
emptyOption: system::lang.mail_templates.no_layout
|
2014-06-06 21:38:34 +10:00
|
|
|
|
|
|
|
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
|
|
|
subject@create:
|
2014-07-04 18:47:46 +10:00
|
|
|
label: system::lang.mail_templates.subject
|
|
|
|
comment: system::lang.mail_templates.subject_comment
|
2014-06-06 21:38:34 +10:00
|
|
|
span: right
|
|
|
|
|
2014-06-10 19:30:06 +10:00
|
|
|
subject@update:
|
2014-07-04 18:47:46 +10:00
|
|
|
label: system::lang.mail_templates.subject
|
2014-06-06 21:38:34 +10:00
|
|
|
|
|
|
|
description:
|
2014-07-04 18:47:46 +10:00
|
|
|
label: system::lang.mail_templates.description
|
2014-06-06 21:38:34 +10:00
|
|
|
type: textarea
|
|
|
|
size: tiny
|
|
|
|
|
|
|
|
secondaryTabs:
|
|
|
|
fields:
|
|
|
|
|
|
|
|
content_html:
|
2016-05-27 05:21:50 +10:00
|
|
|
type: codeeditor
|
|
|
|
size: giant
|
2016-11-30 15:50:44 +01:00
|
|
|
language: html
|
2014-07-04 18:47:46 +10:00
|
|
|
tab: system::lang.mail_templates.content_html
|
2014-06-06 21:38:34 +10:00
|
|
|
|
|
|
|
content_text:
|
|
|
|
type: textarea
|
2016-05-27 05:21:50 +10:00
|
|
|
size: giant
|
2015-07-29 16:25:22 +02:00
|
|
|
tab: system::lang.mail_templates.content_text
|