3
0

Fix page ordering by exposing weight

This commit is contained in:
Tomaž Jerman
2020-03-17 21:30:51 +01:00
parent 612312c4ca
commit 845dc2c4de
5 changed files with 10 additions and 1 deletions

View File

@@ -385,6 +385,12 @@
"required": false,
"title": "Description"
},
{
"type": "int",
"name": "weight",
"required": false,
"title": "Page tree weight"
},
{
"type": "bool",
"name": "visible",