mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-18 12:11:11 +00:00
Fix numchild of events index in test fixture
This commit is contained in:
parent
ae691f7ed0
commit
f9df08a0c8
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
"model": "wagtailcore.page",
|
||||
"fields": {
|
||||
"title": "Events",
|
||||
"numchild": 4,
|
||||
"numchild": 5,
|
||||
"show_in_menus": true,
|
||||
"live": true,
|
||||
"depth": 3,
|
||||
|
|
|
|||
Loading…
Reference in a new issue