Project

General

Profile

Actions

Feature #86394

closed

Add cache buster to CKEditor's contentsCss files

Added by Georg Tiefenbrunn over 5 years ago. Updated over 5 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2018-09-26
Due date:
% Done:

0%

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

Description

In order to make browsers aware of changed resources, all resources defined in editor.config.contentsCss should contain a cache buster.

Configuration/RTE/Editor/Base.yaml

editor:
  config:
    # the CSS file to be used inside the editor
    contentsCss: "EXT:rte_ckeditor/Resources/Public/Css/contents.css" 

The link rendered inside ifram.cke_wysiwyg_frame

<link type="text/css" rel="stylesheet" href="/typo3/sysext/rte_ckeditor/Resources/Public/Css/contents.css">

... should look like:

<link type="text/css" rel="stylesheet" href="/typo3/sysext/rte_ckeditor/Resources/Public/Css/contents.css?123456789">

Actions #1

Updated by Georg Ringer over 5 years ago

  • Status changed from New to Rejected

thanks for reporting this and I also would like to see something like that but this must be handled in ckeditor, see open issue for that in https://github.com/ckeditor/ckeditor-dev/issues/731

Actions

Also available in: Atom PDF