mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
23 lines
512 B
YAML
23 lines
512 B
YAML
# ===================================
|
|
# Column Definitions
|
|
# ===================================
|
|
|
|
columns:
|
|
|
|
code:
|
|
label: system::lang.mail_templates.code
|
|
searchable: true
|
|
|
|
subject:
|
|
label: system::lang.mail_templates.subject
|
|
searchable: true
|
|
|
|
description:
|
|
label: system::lang.mail_templates.description
|
|
searchable: true
|
|
|
|
layout:
|
|
label: system::lang.mail_templates.layout
|
|
relation: layout
|
|
select: name
|
|
sortable: false |