Work begins on proper one to many support.
This commit is contained in:
parent
811b534b89
commit
ffa49f13e9
3 changed files with 82 additions and 24 deletions
|
|
@ -88,7 +88,7 @@ def init_entry_routes(app):
|
|||
{"name": "label", "order": 0},
|
||||
{"name": "name", "order": 10, "attrs": {"class": "row"}},
|
||||
{"name": "details", "order": 20, "attrs": {"class": "row mt-2"}},
|
||||
{"name": "checkboxes", "order": 30, "parent": "name",
|
||||
{"name": "checkboxes", "order": 30, "parent": "details",
|
||||
"attrs": {"class": "col d-flex flex-column justify-content-end"}},
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue