Describe your issue or idea
Currently, the default value field when editing a field does not support having more than one default value. It would be nice to have the ability to add more than one default value in some cases.
From my testing, it appears that most of the internal functionality for this is already in Backdrop, and all we need to do is modify the form for editing field settings.
Based on the Drupal core issue here: https://www.drupal.org/project/drupal/issues/1482386.
PR by @hosef: https://github.com/backdrop/backdrop/pull/2349
Recent comments
Oof. Just hit this part of my converstion to Backdrop. I'm surprised that there's no smooth path for this since, I thought, Media module was pretty commonly used in D7. Nothing from me,...
Upgrade from Drupal 7 with Media CKEditor
Thanks for the response and probably good info for someone, but you're correct that it's not really what I was looking for. I need to be able to run code and that code determines which...
How to programmatically change layout?
I ran into this problem again, now I understand, I can simply edit View and changing the filter option „Remember the Last Selection“. Unlike Drupal, Backdrop use Views for the Content page, I...
Incorrect filter behavior on the /admin/content page