sabbelasichon / typo3_encore

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

The build "_default" is not configured with RTE #178

Closed andreknieriem closed 1 year ago

andreknieriem commented 1 year ago

Hi I searched through all issues, but I don't know why my rte isn't working. I am using TYPO3 v11.5 with typo3_encore 4.0.3

My webconfig looks like this:

    .addEntry('app', './extensions/my_ext/Resources/Public/Javascript/app.js')
    .addStyleEntry('rte', './extensions/my_ext/Resources/Public/CKEditor/Css/rte.scss')

The frontend works without any problem, but in the Backend get the error above. I've dumped into the code and it seems, that my typoscript settings are not loading in the backend.

[
  "entrypointJsonPath" => "EXT:typo3_encore/Resources/Public/Build/entrypoints.json"
  "manifestJsonPath" => "EXT:typo3_encore/Resources/Public/Build/manifest.json"
  "strictMode" => "0"
...

Any advice?

andreknieriem commented 1 year ago

Ok. Found it. I have override the settings in my site extension. plugin.tx_typo3encore... not the constants. For the frontend it worked, for the backend not. Thanks anyway for this very nice extension!