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
This commit is contained in:
182
wp-content/plugins/kadence-blocks/dist/blocks/googlemaps/block.json
vendored
Normal file
182
wp-content/plugins/kadence-blocks/dist/blocks/googlemaps/block.json
vendored
Normal file
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/googlemaps",
|
||||
"title": "Google Maps",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"width": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"heightDesktop": {
|
||||
"type": "number",
|
||||
"default": 450
|
||||
},
|
||||
"heightTablet": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"heightMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"widthDesktop": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"widthTablet": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"widthMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"zoom": {
|
||||
"type": "number",
|
||||
"default": "11"
|
||||
},
|
||||
"location": {
|
||||
"type": "string",
|
||||
"default": "Golden Gate Bridge"
|
||||
},
|
||||
"lat": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"lng": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"apiType": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"embed",
|
||||
"javascript"
|
||||
],
|
||||
"default": "embed"
|
||||
},
|
||||
"showMarker": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"mapType": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"roadmap",
|
||||
"satellite"
|
||||
],
|
||||
"default": "roadmap"
|
||||
},
|
||||
"mapFilter": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"standard",
|
||||
"grayscale",
|
||||
"invert",
|
||||
"saturate",
|
||||
"sepia"
|
||||
],
|
||||
"default": "standard"
|
||||
},
|
||||
"mapStyle": {
|
||||
"type": "string",
|
||||
"default": "standard"
|
||||
},
|
||||
"showControls": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"customSnazzy": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"mapFilterAmount": {
|
||||
"type": "number",
|
||||
"default": 50
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"textAlign": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"kbVersion": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"kbMetadata": true,
|
||||
"ktdynamic": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user