mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-02 12:34:46 +00:00
Fix minor typo in modeladmin docs (#4509)
add_to_setings_menu -> add_to_settings_menu
This commit is contained in:
parent
fa27773d16
commit
d0670da61b
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ greater than that if you wish to keep the explorer menu item at the top.
|
|||
**Expected value**: ``True`` or ``False``
|
||||
|
||||
If you'd like the menu item for your model to appear in Wagtail's 'Settings'
|
||||
sub-menu instead of at the top level, add ``add_to_setings_menu = True`` to
|
||||
sub-menu instead of at the top level, add ``add_to_settings_menu = True`` to
|
||||
your ``ModelAdmin`` class.
|
||||
|
||||
This will only work for indivdual ``ModelAdmin`` classes registered with their
|
||||
|
|
|
|||
Loading…
Reference in a new issue