Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xperseguers/t3ext-css2inline
Official repository for EXT:css2inline
https://github.com/xperseguers/t3ext-css2inline
Last synced: 3 months ago
JSON representation
Official repository for EXT:css2inline
- Host: GitHub
- URL: https://github.com/xperseguers/t3ext-css2inline
- Owner: xperseguers
- License: lgpl-3.0
- Created: 2014-08-07T09:26:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T18:24:13.000Z (about 1 year ago)
- Last Synced: 2024-10-03T10:53:33.758Z (4 months ago)
- Language: PHP
- Homepage: https://extensions.typo3.org/extension/css2inline/
- Size: 58.6 KB
- Stars: 2
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS to inline converter for direct mail
This is the official repository for [css2inline](https://extensions.typo3.org/extension/css2inline/).
Since the release of v0.2.0 to TER and packagist, the underlying library [emogrifier](https://github.com/MyIntervals/emogrifier)
is now updated and referenced via composer.This makes this extension now a complete duplicate of the other TYPO3 extension [emogrifier](https://extensions.typo3.org/extension/emogrifier/)
and will as such probably not be maintained anymore.**YOU ARE ADVISED TO UPDATE YOUR TYPOSCRIPT CONFIGURATION AND SWITCH NOW TO EXT:emogrifier**.
This basically means replacing
```
page.10 = USER
page.10.userFunc = tx_css2inline_pi1->main
```by
```
page.10 = EMOGRIFIER
```for your newsletter definition :)