- Issue created by @SerkanB
- @serkanb opened merge request.
I decided to name it "field_media_multiple", as it's a media field and has multiple values.
For some reason I could not change set "controlsTextPrev" or "controlsTextNext" (and many other fields, which I didn't care about)
The issue is the form-states which assume the field name to be "field_image":
':input[name="fields[field_image][settings_edit_form][settings][controls]"]'
1. Create an entity type with a media/image field named other than "field_image"
2. Try to configure the view of that field
3. Check the "Controls" checkbox
4. See no textfields for prev/next come up.
Get the actual field name of the current field via the field definition.
Fix in code and create MR.
Active
1.1
Code