wagtail / wagtail-generic-chooser

A toolkit for custom chooser popups in Wagtail
BSD 3-Clause "New" or "Revised" License
116 stars 25 forks source link

Request for assistance: `PageChooserPanel` and `ImageChooserPanel` logic? #65

Closed andreasnuesslein closed 1 year ago

andreasnuesslein commented 1 year ago

Hello everybody :wave:

I'm trying to use this generic chooser but I'm struggling a bit with the fields that it creates:

I get image

instead of image

Now I understand those are just the default django.forms Formfields but is there a neat and easy way to use the "correct" panels instead? I dug around for a while and couldn't find anything. Maybe I'm just overlooking and you can give me a nudge in the right direction?

Cheers :)

gasman commented 1 year ago

Hi @andreasnuesslein - Slack or Stack Overflow are the best places for queries like this. It's a bit hard to help based on just a couple of screenshots though - please include the code you've tried so far.

andreasnuesslein commented 1 year ago

ah okay, I thought the information would be sufficient and yes I shall ask again via slack :)

thanks @gasman