Icon Control Schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "bricks://controls/icon", "schemaVersion": "2.2.1", "title": "Icon Control", "description": "Icon settings", "controlProperties": [ "type", "label", "group", "hasRequired", "tab", "css", "inline", "placeholder" ], "type": "object", "properties": { "library": { "type": "string" }, "icon": { "type": "string" }, "svg": { "type": "object" } }} Was this page helpful?