Files
Malin f3ff7b7186 feat: initial ACRIB WordPress deployment
- 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
2026-05-19 19:25:59 +02:00

129 lines
2.4 KiB
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"title": "Icon",
"name": "kadence/icon",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"icons": {
"type": "array",
"default": [
{
"icon": "fe_aperture",
"link": "",
"target": "_self",
"size": 50,
"width": 2,
"title": "",
"color": "palette4",
"background": "transparent",
"border": "palette4",
"borderRadius": 0,
"borderWidth": 2,
"padding": [
20,
20,
20,
20
],
"paddingUnit": "px",
"style": "default",
"margin": [
"",
"",
"",
""
],
"marginUnit": "px",
"hColor": "",
"hBackground": "",
"hBorder": "",
"linkTitle": "",
"tabletSize": "",
"mobileSize": "",
"tabletMargin": [
"",
"",
"",
""
],
"mobileMargin": [
"",
"",
"",
""
],
"tabletPadding": [
"",
"",
"",
""
],
"mobilePadding": [
"",
"",
"",
""
]
}
]
},
"iconCount": {
"type": "number",
"default": 1
},
"uniqueID": {
"type": "string",
"default": ""
},
"blockAlignment": {
"type": "string",
"default": ""
},
"textAlignment": {
"type": "string",
"default": "center"
},
"tabletTextAlignment": {
"type": "string"
},
"mobileTextAlignment": {
"type": "string"
},
"wrapIcons": {
"type": "boolean",
"default": false
},
"verticalAlignment": {
"type": "string"
},
"gap": {
"type": "array",
"default": [
"",
"",
""
]
},
"gapUnit": {
"type": "string",
"default": "px"
},
"inQueryBlock": {
"type": "boolean",
"default": false
}
},
"supports": {
"ktdynamic": true,
"kbMetadata": true
},
"usesContext": [
"postId",
"queryId",
"kadence/dynamicSource",
"kadence/repeaterRowData",
"kadence/repeaterRow"
]
}