35 lines
805 B
YAML
35 lines
805 B
YAML
# ===================================
|
|
# List Column Definitions
|
|
# ===================================
|
|
|
|
columns:
|
|
id:
|
|
label: graker.photoalbums::lang.plugin.photo
|
|
type: image
|
|
width: 100
|
|
height: 100
|
|
|
|
title:
|
|
label: graker.photoalbums::lang.plugin.title_label
|
|
searchable: true
|
|
|
|
front:
|
|
label: graker.photoalbums::lang.plugin.front_label
|
|
relation: album
|
|
select: front_id
|
|
type: is_front
|
|
|
|
album:
|
|
label: graker.photoalbums::lang.plugin.album
|
|
valueFrom: title
|
|
searchable: true
|
|
relation: album
|
|
|
|
created_at:
|
|
label: graker.photoalbums::lang.plugin.created_label
|
|
type: date
|
|
|
|
updated_at:
|
|
label: graker.photoalbums::lang.plugin.updated_label
|
|
type: date
|