sabbelasichon / typo3_encore

Use Webpack Encore within TYPO3
Other
107 stars 19 forks source link

Setting CSS for RTE does not work without buildName #131

Closed rvock closed 2 years ago

rvock commented 2 years ago

When the CSS for the RTE is set without a build name, the CSS is not correctly set. This issue is a regression which was introduced with the fix for #127 in a2a1ff355aa79010b96fb7ad731c0d84f9234d48

# works
editor:
  config:
    contentsCss: "typo3_encore:_default:rte"

# does not work
editor:
  config:
    contentsCss: "typo3_encore:rte"

This issue is a result of these lines: RichtextEncoreConfiguration.php#L72-L75