You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
LinkChooserPanel
would provide apanels
-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 asUrlField
, theLinkChooserPanel
should not show thePage
option. On the other hand, if the field is defined asSlugField
, either thePage
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.The text was updated successfully, but these errors were encountered: