Project

General

Profile

Actions

Bug #96637

closed

Custom CSS file ignored if filename is "rte.css"

Added by Gerhard Rupp over 2 years ago. Updated over 2 years ago.

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" 
  }
}
Actions

Also available in: Atom PDF