- WordPress 6.9.4 (es_ES) with Kadence theme - Homepage: Hero, La Asociación, Pilares, Beneficios, Eventos, Miembros, Hazte Miembro, Contacto - Brand identity: #13294b navy, #a12932 burgundy, #c69c48 gold - Fonts: Raleway (headings) + Source Sans 3 (body) + Lato (UI) - Plugins: Kadence Blocks, Polylang, Contact Form 7 - Custom CSS with full brand styling and responsive layout - HTTPS enforced via wp-config.php proxy detection
182 lines
3.1 KiB
JSON
182 lines
3.1 KiB
JSON
{
|
|
"$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"
|
|
]
|
|
} |