- First commit to issue fork.
- Merge request !10519Add a notice to explain why File widget settings might be unavailable β (Open) created by Unnamed author
I have made a merge request addressing this issue this as part of Drupalcon Singapore 2024 Contribution Day.
@larowan came by and suggested to add a message explaining the empty field rather than altering the behaviour of the edit settings gear icon, as this would requireEntityDisplayFormBase::buildFieldRow()
to traverse all the nested fields inside of widget settings form to check if they are visible.
Removing the form element from the settings form was also not advisable as this would change the form schema.