In the Page TSConfig I use the line:
RTE.default.contentCSS = fileadmin/template/css/rte.css
To link my RTE stylesheet.
Is there any way to use an absolute path to an external file? When I try entering one it doesn't seem to work.
In the Page TSConfig I use the line:
RTE.default.contentCSS = fileadmin/template/css/rte.css
To link my RTE stylesheet.
Is there any way to use an absolute path to an external file? When I try entering one it doesn't seem to work.
This shouldn't be possible as it would allow for XSS. As with CSS you can execute JavaScript (thx to IE) this would be a security concern. Subresource Integrity is only available for a year and thus is still not implemented in every still used browser.
If your server is broken, fix it. If you can't fix it, abandon the project. If you can't abandon it, you could create an extension holding your viable configuration files, as extensions presumably work.
All in all "half of the installation works" always points to a permissions problem or a typo in the configuration. In the Install Tool there is a check for folder permissions which might help.