Actions
Bug #96637
closedCustom CSS file ignored if filename is "rte.css"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2022-01-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Custom CSS file is ignored if filename is "rte.css"
This does not work:
editor: config: # Include custom CSS contentsCss: "EXT:my_extension/Resources/Public/Css/rte.css" } }
This works:
editor: config: # Include custom CSS contentsCss: "EXT:my_extension/Resources/Public/Css/custom_rte.css" } }
Updated by Gerhard Rupp almost 3 years ago
"custom_rte.css" doesn´t work either.
But this works:
editor: config: # Include custom CSS contentsCss: "EXT:my_extension/Resources/Public/Css/custom.css" } }
Updated by Gerhard Rupp almost 3 years ago
Had to do with [[https://forge.typo3.org/issues/83626]] .
This issue can be closed.
Actions