ORIENT/plugins/rainlab/blog/models/post/columns.yaml

35 lines
798 B
YAML
Raw Normal View History

columns:
2021-10-11 06:37:52 +00:00
id:
label: ID
type: text
title:
2021-06-17 10:12:49 +00:00
label: 'rainlab.blog::lang.post.title'
type: text
searchable: true
categories:
2021-06-17 10:12:49 +00:00
label: 'rainlab.blog::lang.post.categories'
type: text
searchable: true
2021-06-17 10:12:49 +00:00
select: name
relation: categories
2021-04-08 08:08:59 +00:00
locale:
label: Language
2021-06-17 10:12:49 +00:00
type: text
2021-10-11 06:37:52 +00:00
sortable_views:
2021-04-08 08:08:59 +00:00
label: Views
2021-06-17 10:12:49 +00:00
type: number
created_at:
2021-06-17 10:12:49 +00:00
label: 'rainlab.blog::lang.post.created'
type: date
invisible: true
updated_at:
2021-06-17 10:12:49 +00:00
label: 'rainlab.blog::lang.post.updated'
type: date
invisible: true
published_at:
2021-06-17 10:12:49 +00:00
label: 'rainlab.blog::lang.post.published'
type: date
2021-06-17 10:12:49 +00:00
featured:
label: Featured
type: switch