Remove a stray reference to ChooserPanels (#8360)

These are no longer required in Wagtail 3
pull/8364/head
Matt Westcott 2022-04-14 11:09:31 +01:00 zatwierdzone przez GitHub
rodzic cdeb1cf479
commit 6d2dcee4b9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -269,9 +269,9 @@ You must define a ``heading`` or ``label`` when using ``collapsible`` with ``Inl
content_panels = [
MultiFieldPanel(
[
ImageChooserPanel('cover'),
DocumentChooserPanel('book_file'),
PageChooserPanel('publisher'),
FieldPanel('cover'),
FieldPanel('book_file'),
FieldPanel('publisher'),
],
heading="Collection of Book Fields",
classname="collapsible collapsed"