mirror of
https://github.com/torproject/support.git
synced 2024-12-14 05:18:42 +00:00
21 lines
266 B
INI
21 lines
266 B
INI
[model]
|
|
name = Showcase
|
|
label = {{ this.title }}
|
|
translate = True
|
|
|
|
[children]
|
|
model = topic
|
|
order_by = key
|
|
translate = True
|
|
|
|
[fields.seo_slug]
|
|
label = Seo Slug
|
|
type = string
|
|
translate = False
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
size = large
|
|
translate = True
|