gabelbart / contao-inserttags-bundle
Add some inserttags to contao
v0.1.0
2025-03-17 22:25 UTC
Requires
- php: ^7.4 || ^8.0
- contao/core-bundle: ^4.9
- symfony/config: ^4.4 || ^5.1
- symfony/dependency-injection: ^4.4 || ^5.1
- symfony/http-kernel: ^4.4 || ^5.1
Requires (Dev)
- contao/manager-plugin: ^2.0
- phpunit/phpunit: ^9.5
- symfony/phpunit-bridge: ^4.4 || ^5.1
Conflicts
- contao/core-bundle: <4.9 || >= 5
- contao/manager-plugin: <2.0 || >=3.0
README
This bundle provides some custom inserttags.
Currently, these inserttags are handled:
Inserttag | Replacement |
---|---|
{{sub::text}} | <sub>text</sub> |
{{sup::text}} | <sup>text</sup> |