contao-themes-net / material-icons-inserttag
Material Icons Inserttag Bundle for Contao 4
Installs: 14 079
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- contao/core-bundle: ^4.13 || ^5.0
Requires (Dev)
- contao/easy-coding-standard: ^3.0
- contao/manager-plugin: ^2.0
- phpunit/phpunit: ^7.1 || ^8.4 || ^9.5
- symfony/phpunit-bridge: ^4.4 || ^5.1
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2024-11-06 13:36:13 UTC
README
This extension provide one insert tag for creating Material Icons in Contao CMS.
Insert Tag
Use the mi
prefix for the insert tag. Replace the name after ::
with the material icon name, e.g. check.
{{mi::check}}
You can change the size of the icon if you insert the classes after the second ::
. Possible classes are: tiny
, small
, medium
and large
.
{{mi::check::large}}
You can define more classes, e.g. for font and background color. For the color classes you must include the Materialize Framework. Here you can find all materialize colors.
{{mi::check::large white-text red}}