Ensure we get children

This commit is contained in:
HackerNCoder 2022-10-27 19:13:04 +02:00
parent aa9132af05
commit 726fe7e133
3 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1 @@
_model: projects

View file

@ -18,5 +18,4 @@ type = string
translate = True
[children]
order_by = sort_key
replaced_with = site.query('/projects')

8
models/projects.ini Normal file
View file

@ -0,0 +1,8 @@
[model]
name = Projects
label = Projects
protected = yes
[children]
model = project
order_by = sort_key