LayoutComponents icon

Is it possible to change the icon of the component that was created with the LayoutComponents addon?

Hay yes it’s Possible with a Little Workaround.

/storage/components.json - the Place of the New Created Components.

Than add a Icon Attribute to the Component and add a base64 Image as a String.

Thats worked for me but its not the Best Solution perhaps.

Example:

{
    "Navigation": {
        "label": "Seite",
        "icon": "data:image\/png;base64,xxxxxx",
        "dialog": "large",
        "children": true,