Results 3 issues of 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,...

As you mentioned, wagtail-metadata looks for self object or page object. You need to add the {% if page %} around {% meta_tags %} in order to make your 404...

needs documentation

By the default, if the HTMX request is sent from a form element, all fields are sent and hx-params is ignored. Maybe the documentation should be updated to mention this...