25 lines
370 B
INI
25 lines
370 B
INI
[model]
|
|
name = Project type
|
|
label = {{ this.title }}
|
|
hidden = yes
|
|
|
|
[children]
|
|
model = project
|
|
order_by = maturity, name
|
|
|
|
[fields.title]
|
|
label = Title
|
|
type = string
|
|
|
|
[fields.sort_key]
|
|
label = Sort order
|
|
type = sort_key
|
|
|
|
[fields.short_description]
|
|
label = Short description
|
|
type = string
|
|
|
|
[fields.description]
|
|
label = Description
|
|
description = reStructuredText
|
|
type = rst
|