Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 852 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 852 Bytes

Material Icons Inserttag Bundle

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}}