32 lines
411 B
INI
32 lines
411 B
INI
[model]
|
|
name = Rezepte
|
|
label = Rezepte
|
|
hidden = yes
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
|
|
[fields.description]
|
|
label = Description
|
|
type = text
|
|
|
|
[fields.begruessung]
|
|
label = Begrüßungstext
|
|
type = markdown
|
|
|
|
[fields.link]
|
|
label = RSS Feed
|
|
type = string
|
|
|
|
[fields.abo]
|
|
label = Abonnieren
|
|
type = string
|
|
|
|
[children]
|
|
model = projekt-post
|
|
order_by = -pub_date, title
|
|
|
|
[pagination]
|
|
enabled = yes
|
|
per_page = 9999
|