You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
379 B
18 lines
379 B
[model]
|
|
name = Calendar
|
|
label = Calendar
|
|
hidden = yes
|
|
|
|
[children]
|
|
model = event
|
|
order_by = -start_date, title
|
|
slug_format = {{ (this.start_date|dateformat('YYYY/MM/dd') if this.start_date) ~"/"~ this.format|replace("#", "")|replace(",", "-")|replace(":", "-")|replace(" ", "-") }}
|
|
|
|
[pagination]
|
|
enabled = no
|
|
per_page = 50
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
size = large
|
|
|