mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
39 lines
897 B
YAML
39 lines
897 B
YAML
# ===================================
|
|
# Field Definitions
|
|
# ===================================
|
|
|
|
fields:
|
|
|
|
code:
|
|
label: system::lang.mail_templates.code
|
|
comment: system::lang.mail_templates.code_comment
|
|
span: left
|
|
context: create
|
|
|
|
name@create:
|
|
label: system::lang.mail_templates.name
|
|
span: right
|
|
|
|
name@update:
|
|
label: system::lang.mail_templates.name
|
|
|
|
secondaryTabs:
|
|
fields:
|
|
|
|
content_html:
|
|
type: codeeditor
|
|
size: giant
|
|
tab: system::lang.mail_templates.content_html
|
|
language: html
|
|
|
|
content_css:
|
|
type: codeeditor
|
|
size: giant
|
|
tab: system::lang.mail_templates.content_css
|
|
language: css
|
|
|
|
content_text:
|
|
type: textarea
|
|
size: giant
|
|
tab: system::lang.mail_templates.content_text
|