42 lines
945 B
YAML
42 lines
945 B
YAML
columns:
|
|
id:
|
|
label: ID
|
|
type: text
|
|
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
|
|
sortable_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
|
|
user_id:
|
|
label: Author
|
|
type: text
|
|
searchable: true
|
|
sortable: true
|
|
select: login
|
|
relation: user
|