2021-08-18 02:13:13 +02:00
|
|
|
[model]
|
|
|
|
name = Project
|
2022-08-27 17:40:46 +02:00
|
|
|
label = {{ this.title }}
|
2021-08-18 02:13:13 +02:00
|
|
|
|
2022-11-01 11:21:43 +01:00
|
|
|
[fields.ogpimage]
|
|
|
|
type = string
|
|
|
|
translate = False
|
|
|
|
|
2021-08-18 02:13:13 +02:00
|
|
|
[attachment]
|
|
|
|
order_by = _id
|
|
|
|
|
|
|
|
[fields.sort_key]
|
|
|
|
label = Sort order
|
|
|
|
type = sort_key
|
|
|
|
|
|
|
|
[fields.title]
|
|
|
|
label = Title
|
|
|
|
type = string
|
2022-10-10 17:47:00 +02:00
|
|
|
translate = False
|
2021-08-18 02:13:13 +02:00
|
|
|
|
2022-11-01 11:40:23 +01:00
|
|
|
[fields.shortbody]
|
|
|
|
label = Short Body
|
2022-11-01 11:53:13 +01:00
|
|
|
type = string
|
2022-11-01 11:40:23 +01:00
|
|
|
translate = True
|
|
|
|
|
2021-08-18 02:13:13 +02:00
|
|
|
[fields.body]
|
|
|
|
label = Body
|
2022-09-23 01:14:06 +02:00
|
|
|
type = markdown
|
2021-08-18 02:13:13 +02:00
|
|
|
translate = True
|
2022-08-21 12:21:30 +02:00
|
|
|
|
2022-09-23 01:16:42 +02:00
|
|
|
[fields.website]
|
2022-09-22 23:55:25 +02:00
|
|
|
label = Website
|
|
|
|
type = string
|
2022-09-24 15:37:28 +02:00
|
|
|
translate = False
|
2022-09-22 23:55:25 +02:00
|
|
|
|
2022-08-21 12:21:30 +02:00
|
|
|
[fields.weblate]
|
|
|
|
label = Weblate
|
|
|
|
type = string
|
2022-09-22 23:55:25 +02:00
|
|
|
translate = False
|