Skip to content

Add configurable editor, onlySolid and onlyOutline options

Compare
Choose a tag to compare
@AlexAzartsev AlexAzartsev released this 19 Oct 22:10
· 4 commits to master since this release
fa504f9

You can disable icon editor now by using ->disableEditor() method on field.
Also it is possible to use one set of icons, solid or outline instead of both, just add ->onlyOutline() or ->onlySolid() method.

Special thx to @Benjacho for ideas of these changes.