- 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
160 lines
2.7 KiB
JSON
160 lines
2.7 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "kadence/lottie",
|
|
"title": "Lottie Animations",
|
|
"category": "kadence-blocks",
|
|
"textdomain": "kadence-blocks",
|
|
"attributes": {
|
|
"align": {
|
|
"type": "string"
|
|
},
|
|
"fileSrc": {
|
|
"type": "string",
|
|
"default": "url"
|
|
},
|
|
"fileUrl": {
|
|
"type": "string",
|
|
"default": "https://assets10.lottiefiles.com/packages/lf20_rqcjx8hr.json"
|
|
},
|
|
"localFile": {
|
|
"type": "array",
|
|
"default": []
|
|
},
|
|
"showControls": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"autoplay": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"loop": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"onlyPlayOnHover": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"onlyPlayOnScroll": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"waitUntilInView": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"startFrame": {
|
|
"type": "number",
|
|
"default": "0"
|
|
},
|
|
"endFrame": {
|
|
"type": "number",
|
|
"default": "100"
|
|
},
|
|
"bouncePlayback": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"playbackSpeed": {
|
|
"type": "number",
|
|
"default": 1
|
|
},
|
|
"label": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"loopLimit": {
|
|
"type": "number",
|
|
"default": 0
|
|
},
|
|
"delay": {
|
|
"type": "number",
|
|
"default": 0
|
|
},
|
|
"id": {
|
|
"type": "number"
|
|
},
|
|
"width": {
|
|
"type": "number",
|
|
"default": "0"
|
|
},
|
|
"ratio": {
|
|
"type": "number",
|
|
"default": 100
|
|
},
|
|
"useRatio": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"uniqueID": {
|
|
"type": "string"
|
|
},
|
|
"marginDesktop": {
|
|
"type": "array",
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"marginTablet": {
|
|
"type": "array",
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"marginMobile": {
|
|
"type": "array",
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"marginUnit": {
|
|
"type": "string",
|
|
"default": "px"
|
|
},
|
|
"paddingDesktop": {
|
|
"type": "array",
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"paddingTablet": {
|
|
"type": "array",
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"paddingMobile": {
|
|
"type": "array",
|
|
"default": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"paddingUnit": {
|
|
"type": "string",
|
|
"default": "px"
|
|
}
|
|
},
|
|
"supports": {
|
|
"kbMetadata": true
|
|
}
|
|
} |