mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 01:22:07 +01:00
Fix typo in settings doc (#3595)
This commit is contained in:
parent
b17d11af05
commit
411c117964
@ -67,7 +67,7 @@ with a custom ``edit_handler`` attribute:
|
||||
from wagtail.wagtailadmin.edit_handlers import TabbedInterface, ObjectList
|
||||
|
||||
@register_setting
|
||||
class MySettings(BaseSettings):
|
||||
class MySettings(BaseSetting):
|
||||
# ...
|
||||
first_tab_panels = [
|
||||
FieldPanel('field_1'),
|
||||
|
Loading…
Reference in New Issue
Block a user