Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
gilour
/
wp-content
/
plugins
/
kadence-blocks
/
dist
/
blocks
/
single-icon
:
block.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "title": "Single Icon", "name": "kadence/single-icon", "parent": [ "kadence/icon" ], "category": "kadence-blocks", "textdomain": "kadence-blocks", "attributes": { "uniqueID": { "type": "string", "default": "" }, "icon": { "type": "string", "default": "fe_aperture" }, "link": { "type": "string", "default": "" }, "target": { "type": "string", "default": "_self" }, "size": { "type": "number", "default": 50 }, "width": { "type": "number", "default": 2 }, "title": { "type": "string", "default": "" }, "color": { "type": "string", "default": "" }, "background": { "type": "string", "default": "transparent" }, "border": { "type": "string", "default": "" }, "borderRadius": { "type": "number", "default": 0 }, "borderWidth": { "type": "number", "default": 2 }, "padding": { "type": "array", "default": [ "xs", "xs", "xs", "xs" ] }, "paddingUnit": { "type": "string", "default": "px" }, "style": { "type": "string", "default": "default" }, "margin": { "type": "array", "default": [ "", "", "", "" ] }, "marginUnit": { "type": "string", "default": "px" }, "hColor": { "type": "string", "default": "" }, "hBackground": { "type": "string", "default": "" }, "hBorder": { "type": "string", "default": "" }, "linkTitle": { "type": "string", "default": "" }, "tabletSize": { "type": "number", "default": "" }, "mobileSize": { "type": "number", "default": "" }, "tabletMargin": { "type": "array", "default": [ "", "", "", "" ] }, "mobileMargin": { "type": "array", "default": [ "", "", "", "" ] }, "tabletPadding": { "type": "array", "default": [ "", "", "", "" ] }, "mobilePadding": { "type": "array", "default": [ "", "", "", "" ] }, "tooltip": { "type": "string", "source": "html", "selector": ".kb-tooltip-hidden-content", "__experimentalRole": "content" }, "tooltipPlacement": { "type": "string", "default": "" }, "tooltipDash": { "type": "boolean", "default": false }, "inQueryBlock": { "type": "boolean", "default": false } }, "supports": { "ktdynamic": true, "html": false, "reusable": false, "kbMetadata": true }, "usesContext": [ "postId", "queryId", "kadence/dynamicSource", "kadence/repeaterRowData", "kadence/repeaterRow" ] }