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

145 lines
2.9 KiB
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"title": "Testimonial",
"name": "kadence/testimonial",
"parent": [
"kadence/testimonials"
],
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string",
"default": ""
},
"url": {
"type": "string",
"default": "",
"__experimentalRole": "content"
},
"id": {
"type": "number",
"default": "",
"__experimentalRole": "content"
},
"alt": {
"type": "string",
"default": ""
},
"width": {
"type": "number",
"default": ""
},
"height": {
"type": "number",
"default": ""
},
"maxWidth": {
"type": "number",
"default": ""
},
"subtype": {
"type": "string",
"default": ""
},
"media": {
"type": "string",
"default": "image"
},
"icon": {
"type": "string",
"default": "fas_quote-left"
},
"isize": {
"type": "number",
"default": 50
},
"tabletIsize": {
"type": "number",
"default": ""
},
"mobileIsize": {
"type": "number",
"default": ""
},
"istroke": {
"type": "number",
"default": 2
},
"ititle": {
"type": "string",
"default": ""
},
"color": {
"type": "string",
"default": ""
},
"title": {
"type": "string",
"default": "",
"__experimentalRole": "content"
},
"content": {
"type": "string",
"default": "",
"__experimentalRole": "content"
},
"name": {
"type": "string",
"default": "",
"__experimentalRole": "content"
},
"occupation": {
"type": "string",
"default": "",
"__experimentalRole": "content"
},
"rating": {
"type": "number",
"default": 5
},
"sizes": {
"type": "object",
"default": {}
},
"inQueryBlock": {
"type": "boolean",
"default": false
},
"useBlockQuoteTags": {
"type": "boolean",
"default": true
},
"anchor": {
"type": "string",
"default": ""
}
},
"usesContext": [
"postId",
"queryId",
"kadence/testimonials-layout",
"kadence/testimonials-displayOccupation",
"kadence/testimonials-displayContent",
"kadence/testimonials-displayTitle",
"kadence/testimonials-displayRating",
"kadence/testimonials-displayName",
"kadence/testimonials-displayIcon",
"kadence/testimonials-iconStyles",
"kadence/testimonials-style",
"kadence/testimonials-containerMaxWidth",
"kadence/testimonials-displayMedia",
"kadence/testimonials-titleFont",
"kadence/testimonials-ratingStyles",
"kadence/testimonials-mediaStyles",
"kadence/testimonials-containerVAlign"
],
"supports": {
"anchor": true,
"html": false,
"kbMetadata": true,
"kbContentLabel": "title",
"ktdynamic": true
}
}