Skip to content

Small error in documentation #391

@Araoo

Description

@Araoo

Advanced topics >> Using custom menu classes and models

In the example given the following import is wrong:

from wagtail.wagtailadmin.edit_handlers import FieldPanel, PageChooserPanel

It should be:

from wagtail.admin.edit_handlers import FieldPanel, PageChooserPanel

Not a big deal but it could help someone who just copied and pasted the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions