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 #1

Updated by Gerhard Rupp over 2 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" 
  }
}
Actions #2

Updated by Gerhard Rupp over 2 years ago

Had to do with [[https://forge.typo3.org/issues/83626]] .

This issue can be closed.

Actions #3

Updated by Oliver Bartsch over 2 years ago

  • Status changed from New to Closed

Closed as requested.

Actions

Also available in: Atom PDF