kopia lustrzana https://github.com/wagtail/wagtail
Documentation - Fix mMissing Menu Prefix in example (#10599)
rodzic
13a350ed26
commit
1042568e5c
|
@ -719,6 +719,7 @@ Contributors
|
|||
* Thiago C. S. Tioma
|
||||
* Kevin Chung (kev-odin)
|
||||
* valnuro
|
||||
* Vitaly Babiy
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
@ -159,7 +159,7 @@ class ProductViewSet(SnippetViewSet):
|
|||
|
||||
class MarketingViewSetGroup(SnippetViewSetGroup):
|
||||
items = (AdvertViewSet, ProductViewSet)
|
||||
icon = "folder-inverse"
|
||||
menu_icon = "folder-inverse"
|
||||
menu_label = "Marketing"
|
||||
menu_name = "marketing"
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue