Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### accessibility If you have enabled show readmore in the module then it will only display the text "read more" with the link which is ambiguous. As a result if you are displaying more than one item in the module you have multiple links all with the same ambiguous link name. ### additional issues The text is always "read more" even if you have set a custom text in the article options (globally or per article) The link title is never displayed even if you have set it to be displayed in the article options (globally or per article) The read more link in the module has different markup to the readmore link in an article making consistent styling harder ### Fix This PR simply changes the module to use the existing joomla.content.readmore layout ### Test Create a module of type Article News test the module option for readmore test the com_content options for readmore test the individual article options for readmore It is expected that depending on the options above there will be either - no readmore - readmore + aria label - readmore + article title + arial label
- Loading branch information