support/models/topic.ini
2018-08-07 21:19:31 +02:00

24 lines
274 B
INI

[model]
name = Topic
label = {{ this.title }}
[children]
model = question
order_by = _id
[fields.title]
label = Title
type = string
size = large
translate = True
[fields.key]
label = Key
type = sort_key
[fields.seo_slug]
label = Seo Slug
type = string
translate = True