- 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
197 lines
3.4 KiB
JSON
197 lines
3.4 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "kadence/identity",
|
|
"title": "Site identity",
|
|
"category": "kadence-blocks",
|
|
"textdomain": "kadence-blocks",
|
|
"attributes": {
|
|
"uniqueID": {
|
|
"type": "string"
|
|
},
|
|
"align": {
|
|
"type": "string"
|
|
},
|
|
"showSiteTitle": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"linkToHomepage": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"textVerticalAlign": {
|
|
"type": "string",
|
|
"default": "center"
|
|
},
|
|
"link": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"showSiteTagline": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"layout": {
|
|
"type": "string",
|
|
"default": "logo-left"
|
|
},
|
|
"padding": {
|
|
"type": "array",
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"tabletPadding": {
|
|
"type": "array",
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"mobilePadding": {
|
|
"type": "array",
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"paddingType": {
|
|
"type": "string",
|
|
"default": "px"
|
|
},
|
|
"margin": {
|
|
"type": "array",
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"tabletMargin": {
|
|
"type": "array",
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"mobileMargin": {
|
|
"type": "array",
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"marginType": {
|
|
"type": "string",
|
|
"default": "px"
|
|
},
|
|
"titleTypography": {
|
|
"type": "array",
|
|
"default": [
|
|
{
|
|
"size": [
|
|
"",
|
|
"",
|
|
""
|
|
],
|
|
"sizeType": "px",
|
|
"lineHeight": [
|
|
"",
|
|
"",
|
|
""
|
|
],
|
|
"lineType": "px",
|
|
"letterSpacing": [
|
|
"",
|
|
"",
|
|
""
|
|
],
|
|
"letterType": "px",
|
|
"textTransform": "",
|
|
"family": "",
|
|
"google": false,
|
|
"style": "",
|
|
"weight": "",
|
|
"variant": "",
|
|
"subset": "",
|
|
"loadGoogle": true
|
|
}
|
|
]
|
|
},
|
|
"taglineTypography": {
|
|
"type": "array",
|
|
"default": [
|
|
{
|
|
"size": [
|
|
"",
|
|
"",
|
|
""
|
|
],
|
|
"sizeType": "px",
|
|
"lineHeight": [
|
|
"",
|
|
"",
|
|
""
|
|
],
|
|
"lineType": "px",
|
|
"letterSpacing": [
|
|
"",
|
|
"",
|
|
""
|
|
],
|
|
"letterType": "px",
|
|
"textTransform": "",
|
|
"family": "",
|
|
"google": false,
|
|
"style": "",
|
|
"weight": "",
|
|
"variant": "",
|
|
"subset": "",
|
|
"loadGoogle": true
|
|
}
|
|
]
|
|
},
|
|
"urlTransparent": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"idTransparent": {
|
|
"type": "number"
|
|
},
|
|
"sizeSlugTransparent": {
|
|
"type": "string"
|
|
},
|
|
"urlSticky": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"idSticky": {
|
|
"type": "number"
|
|
},
|
|
"sizeSlugSticky": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"usesContext": [
|
|
"kadence/headerPostId",
|
|
"kadence/headerIsSticky",
|
|
"kadence/headerIsTransparent"
|
|
],
|
|
"supports": {
|
|
"anchor": true,
|
|
"kbMetadata": true
|
|
}
|
|
} |