Describe your issue or idea
I want to make ALT tags on images required. There is a module I could port but I think this should probably be in core and active as a default for new image fields. Side note: I also see that D8 has this in core:
From that D8 issue:
Alternative attribute text is required for images to ensure a site meets WCAG accessibility guidelines. When adding an image field to a content type, the alt text field is currently optional meaning Drupal sites often fail accessibility audits until alt text is added to images.
Note: This issue does not relate to images added via CKeditor. It relates to changing the default setting on the image field to require the alt attribute.
Recent comments
There is a work in progress at https://github.com/backdrop-contrib/webformtonode but I don't its ready yet.
How to Create Nodes via a Block-Embedded Form in Backdrop
Hi willowf, the image library is built by a view, located at the path admin/structure/views/view/image_library. You can add a contextual filter called "File: User who uploaded" to the view, and...
How to Restrict User Access to Site-Wide Images in the Form Editor
Great, thanks a lot I will try it, there should be a webform module that covers this. Regards
How to Create Nodes via a Block-Embedded Form in Backdrop