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

32 lines
744 B
YAML

columns:
title:
label: 'rainlab.blog::lang.post.title'
type: text
searchable: true
categories:
label: 'rainlab.blog::lang.post.categories'
type: text
searchable: true
select: name
relation: categories
locale:
label: Language
type: text
views:
label: Views
type: number
created_at:
label: 'rainlab.blog::lang.post.created'
type: date
invisible: true
updated_at:
label: 'rainlab.blog::lang.post.updated'
type: date
invisible: true
published_at:
label: 'rainlab.blog::lang.post.published'
type: date
featured:
label: Featured
type: switch