- 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
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/term-template",
|
|
"title": "Term Template",
|
|
"category": "theme",
|
|
"ancestor": [ "core/terms-query" ],
|
|
"description": "Contains the block elements used to render a taxonomy term, like the name, description, and more.",
|
|
"textdomain": "default",
|
|
"usesContext": [ "termQuery" ],
|
|
"supports": {
|
|
"reusable": false,
|
|
"html": false,
|
|
"align": [ "wide", "full" ],
|
|
"layout": true,
|
|
"color": {
|
|
"gradients": true,
|
|
"link": true,
|
|
"__experimentalDefaultControls": {
|
|
"background": true,
|
|
"text": true
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": true,
|
|
"lineHeight": true,
|
|
"__experimentalFontFamily": true,
|
|
"__experimentalFontWeight": true,
|
|
"__experimentalFontStyle": true,
|
|
"__experimentalTextTransform": true,
|
|
"__experimentalTextDecoration": true,
|
|
"__experimentalLetterSpacing": true,
|
|
"__experimentalDefaultControls": {
|
|
"fontSize": true
|
|
}
|
|
},
|
|
"spacing": {
|
|
"margin": true,
|
|
"padding": true,
|
|
"blockGap": {
|
|
"__experimentalDefault": "1.25em"
|
|
},
|
|
"__experimentalDefaultControls": {
|
|
"blockGap": true,
|
|
"padding": false,
|
|
"margin": false
|
|
}
|
|
},
|
|
"interactivity": {
|
|
"clientNavigation": true
|
|
},
|
|
"__experimentalBorder": {
|
|
"radius": true,
|
|
"color": true,
|
|
"width": true,
|
|
"style": true
|
|
}
|
|
},
|
|
"style": "wp-block-term-template",
|
|
"editorStyle": "wp-block-term-template-editor"
|
|
}
|