44 lines
1.0 KiB
YAML
Raw Normal View History

# ===================================
# Field Definitions
# ===================================
fields:
layout:
label: system::lang.mail_templates.layout
type: relation
2015-07-29 16:25:22 +02:00
emptyOption: system::lang.mail_templates.no_layout
code:
label: system::lang.mail_templates.code
comment: system::lang.mail_templates.code_comment
span: left
context: create
subject@create:
label: system::lang.mail_templates.subject
comment: system::lang.mail_templates.subject_comment
span: right
subject@update:
label: system::lang.mail_templates.subject
description:
label: system::lang.mail_templates.description
type: textarea
size: tiny
secondaryTabs:
fields:
content_html:
type: codeeditor
size: giant
2016-11-30 15:50:44 +01:00
language: html
tab: system::lang.mail_templates.content_html
content_text:
type: textarea
size: giant
2015-07-29 16:25:22 +02:00
tab: system::lang.mail_templates.content_text