0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00
wagtail/docs/extending
Andy Chosak c109c661c1 Docs: Clarify appropriate use of MultipleChooserPanel
This documentation change clarifies that MultipleChooserPanel can only
be used when the inline model has a ForeignKey to a model that
implements Wagtail's chooser interface. Currently the docs mention
"a chooser for a ForeignKey relation" but it's not obvious how that
restricts which models can be pointed to or how to implement this for a
non-(image, document, snippet, page) model.

Relates to #10646.
2023-12-13 07:32:00 +10:00
..
adding_reports.md
admin_views.md Minor documentation formatting (Prettier) 2023-11-13 09:53:38 +11:00
audit_log.md Remove docs mentioning legacy moderation 2023-11-01 16:51:25 +00:00
custom_account_settings.md
custom_bulk_actions.md Chore: Typo fixed in multiple files 2023-10-17 21:07:37 +11:00
custom_image_filters.md
custom_tasks.md
customising_group_views.md
extending_client_side.md Add cross ref to InlinePanel DOM events in client-side docs 2023-10-24 18:36:37 +11:00
extending_draftail.md Remove reference to icon fonts in 'extending Draftail' docs 2023-11-09 08:57:56 +00:00
forms.md Remove ModelAdmin 2023-11-01 16:52:20 +00:00
generic_views.md Docs: Clarify appropriate use of MultipleChooserPanel 2023-12-13 07:32:00 +10:00
index.md Documentation - Add initial Stimulus docs 2023-10-19 07:28:27 +01:00
rich_text_internals.md Update image documentation to have more details for picture and srcset_image tags (#11167) 2023-11-01 12:11:46 +00:00
template_components.md