- Issue created by @tgoeg
The inserted <label>
markup does not contain any string, which is bad for accessibility.
Create button block, look at source code.
Add the button description text as label text as well.
Adding another field in the config settings to allow the definition of a CSS class to be set for the label also seems necessary. Bootstrap themes would most likely set "sr-only" there, so the labels get hidden for non-screenreader users.
Added configuration option for CSS class to be used.
Active
2.6
Code