mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
# ===================================
|
|
# Field Definitions
|
|
# ===================================
|
|
|
|
fields:
|
|
|
|
layout:
|
|
label: system::lang.email_templates.layout
|
|
type: relation
|
|
options:
|
|
emptyOption: -- No layout --
|
|
|
|
code:
|
|
label: system::lang.email_templates.code
|
|
comment: system::lang.email_templates.code_comment
|
|
span: left
|
|
context: create
|
|
|
|
subject@create:
|
|
label: system::lang.email_templates.subject
|
|
comment: system::lang.email_templates.subject_comment
|
|
span: right
|
|
|
|
subject@update:
|
|
label: system::lang.email_templates.subject
|
|
|
|
description:
|
|
label: system::lang.email_templates.description
|
|
type: textarea
|
|
size: tiny
|
|
|
|
secondaryTabs:
|
|
fields:
|
|
|
|
content_html:
|
|
type: richeditor
|
|
size: huge
|
|
tab: system::lang.email_templates.content_html
|
|
|
|
content_text:
|
|
type: textarea
|
|
size: huge
|
|
tab: system::lang.email_templates.content_text |