Actions
Bug #20112
closedThe RTE does not show accessibility link icon
Start date:
2009-03-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The RTE does not show the accessibility link icon with an updated DAM (1.1.1). Confirmed on two separate installations. I can't imagine this is a DAM problem, while it is however introduced after the DAM update.
(issue imported from #M10577)
Updated by Stanislas Rolland over 15 years ago
You need to configure in Page TSConfig an item of the RTE.classesAnchor array with type = media. For example:
RTE.classesAnchor.download {
class = download
type = media
target = _blank
image = EXT:rtehtmlarea/res/accessibilityicons/img/download.gif
altText = LLL:EXT:rtehtmlarea/res/accessibilityicons/locallang.xml:download_altText
}
Updated by Christian Kuhn over 14 years ago
Resolved, no change required.
I assume Stan's solution worked, and there was no further feedback for a year.
Actions