Sam Georges 8b9eb52afd Fixes #255 - Adds a code editor settings page
Email layouts now work
Form fields now support context in their names
2014-06-10 19:30:06 +10:00

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