mirror of
https://github.com/torproject/support.git
synced 2024-12-12 19:56:38 +00:00
24 lines
274 B
INI
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
|
|
|