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

FEATURE REQUEST: LinkChooserPanel #8

Open DanielSwain opened 5 years ago

DanielSwain commented 5 years ago

LinkChooserPanel would provide a panels-based interface to easily set the value for a field that is defined on a Django model. And, more specifically, if the field is defined as UrlField, the LinkChooserPanel should not show the Page option. On the other hand, if the field is defined as SlugField, either the Page selection option or the slug option should be allowed. Ideally, on the client side, entering a value into one field causes any other value to be blanked out.