This is the respective issue as https://www.drupal.org/node/1391196
The hooks for instance and widget settings, hook_field_widget_settings_form() and hook_field_instance_settings_form() both return form arrays, but receive no information at all about the larger form they're inserting into.
This means that they can't add more complex behaviours such as dependencies and ajax -- hook_form_alter has to be used instead.
That ticket was switched from D8 to D7 which back in 2013, with this comment:
Field types are no plugins, so this doesn't apply anymore to D8. I'm not even sure whether we can change those function signatures in D7 though ... feels like a won't fix to me.
Well, thankfully we have no problem with API additions in Backdrop (so long as we are not breaking backwards compatibility)...
PR by @klonos: https://github.com/backdrop/backdrop/pull/2533
Recent comments
Hello, @yorkshirepudding! Thanks a lot, I got it, all sorted out.
My layout template (layout--blog.tpl.php) doesn't work
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform