Queerscriptors.org/models/project.ini

35 lines
428 B
INI
Raw Normal View History

2021-08-18 00:13:13 +00:00
[model]
name = Project
2022-08-27 15:40:46 +00:00
label = {{ this.title }}
2021-08-18 00:13:13 +00:00
[attachment]
order_by = _id
[fields.sort_key]
label = Sort order
type = sort_key
[fields.type]
label = Type
type = boolean
[fields.title]
label = Title
type = string
translate = True
[fields.body]
label = Body
2022-09-22 23:14:06 +00:00
type = markdown
2021-08-18 00:13:13 +00:00
translate = True
2022-08-21 10:21:30 +00:00
2022-09-22 23:16:42 +00:00
[fields.website]
2022-09-22 21:55:25 +00:00
label = Website
type = string
translate = True
2022-08-21 10:21:30 +00:00
[fields.weblate]
label = Weblate
type = string
2022-09-22 21:55:25 +00:00
translate = False