madeyourday / contao-rocksolid-custom-elements

RockSolid Custom Elements Contao Extension
http://rocksolidthemes.com/de/contao/plugins/custom-content-elements
MIT License
48 stars 12 forks source link

Add <h2> to rsce_list_item_title in BE #83

Closed NinaG closed 7 years ago

NinaG commented 7 years ago

At the moment you show list items in backend like this: <div class="rsce_list_item_title" data-rsce-label="Box %s">Box 1</div>

Please change it to this: <div class="rsce_list_item_title" data-rsce-label="Box %s"><h2>Box 1</h2></div>

This would be a huge help for screen reader users. Thank you very much.

ausi commented 7 years ago

Fixed. Thank you for reporting this issue.