Actions
Bug #65170
closedRTE: Include of RTE.default.contentCSS fails when path has leading slash
Start date:
2015-02-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi Stanislas,
i just stumbled over a problem with the integration of my custom css for the rte. I used to include it like this for a few years now.
RTE.default.contentCSS = /typo3conf/ext/base_template/Resources/Public/Stylesheets/rte.css
This worked fine up to TYPO3 6.2.6. Since 6.2.7 it stopped working and I have to remove the leading slash of the path to get it working again.
RTE.default.contentCSS = typo3conf/ext/base_template/Resources/Public/Stylesheets/rte.css
Don't know if I used it wrong the last years, or if this is a bug since 6.2.7.
Regards,
Tobi
Updated by Tobias Wollender almost 10 years ago
Hi again,
I think it is better to write the path with EXT: in front
So i will do it this way now.
RTE.default.contentCSS = EXT:base_template/Resources/Public/Stylesheets/rte.css
Regards,
Tobi
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Needs Feedback
- Assignee changed from Stanislas Rolland to Tobias Wollender
Tobias, I think this could be closed, am I correct? Thank you!
Updated by Tobias Wollender over 9 years ago
Yes, for me it could be closed. My solution with EXT: is the way to go I think - and works without problems.
Updated by Riccardo De Contardi over 9 years ago
- Status changed from Needs Feedback to Closed
Actions