WebentwicklerAt / typo3-emogrifier

TYPO3: Converts CSS styles into inline HTML styles.
GNU General Public License v2.0
9 stars 8 forks source link

Documentation is invalid for 10 LTS #17

Open arnekolja opened 3 years ago

arnekolja commented 3 years ago

As of https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.5/Deprecation-85970-FileContentObject.html the FILE content object got deprecated in 9 LTS and removed in 10 LTS. The documentation should adapt to that and show an example without this TS part.

As there's no standard way to load file content that's not an image or a template any more - maybe the file path should be a simple setting and loading should be performed inside its own logic?

msollmann commented 3 years ago

Yes, the official documentation is invalid, but have a look at EXT:emogrifier/Documentation/Examples/ContentObject/Index.rst. You only have to replace FILE by FLUIDTEMPLATE :-)

oliverschloebe commented 2 years ago

Yes, the official documentation is invalid, but have a look at EXT:emogrifier/Documentation/Examples/ContentObject/Index.rst. You only have to replace FILE by FLUIDTEMPLATE :-)

While this might be working for the template files it still does not for the CSS files.

Any update or solution for this?

Thanks!

klodeckl commented 2 years ago

Thanks for the hint. It does also work for CSS files.