Project

General

Profile

Actions

Feature #70484

closed

Parse and move RTE external CSS to typo3temp folder

Added by Simon Schaufelberger over 8 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2015-10-08
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

have you ever changed an own CSS file for RTE and needed to clear your browser cache? That is why the CSS file is included directly from the original folder.

I think it is wiser to parse the CSS file and move it to the typo3temp folder so that it is deleted when the system cache is cleared.

Example:

RTE.default.contentCSS = EXT:website/Resources/Public/Css/rte.css

will be included directly.

Better (with hash):
/typo3temp/Cache/.../rte9af34n3f4.css

Actions

Also available in: Atom PDF