fmartingr.com/models/portfolio_category.ini

24 lines
293 B
INI

[model]
name = Project Category
label = {{ this.name }}
hidden = no
[fields.name]
label = Name
type = string
size = 1/2
[fields.slug]
label = Slug
type = string
size = 1/4
[fields.show_images]
label = Show images
type = boolean
size = 1/4
[children]
model = project
order_by = -date, name