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:
578
wp-content/plugins/kadence-blocks/dist/blocks/advancedgallery/block.json
vendored
Normal file
578
wp-content/plugins/kadence-blocks/dist/blocks/advancedgallery/block.json
vendored
Normal file
@@ -0,0 +1,578 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Advanced Gallery",
|
||||
"name": "kadence/advancedgallery",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"overflow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"columns": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
2,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"columnControl": {
|
||||
"type": "string",
|
||||
"default": "linked"
|
||||
},
|
||||
"images": {
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"source": "query",
|
||||
"selector": ".kadence-blocks-gallery-item",
|
||||
"query": {
|
||||
"url": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-full-image"
|
||||
},
|
||||
"thumbUrl": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "src"
|
||||
},
|
||||
"lightUrl": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-light-image"
|
||||
},
|
||||
"link": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-link"
|
||||
},
|
||||
"customLink": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-custom-link"
|
||||
},
|
||||
"linkTarget": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-custom-link-target"
|
||||
},
|
||||
"width": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "width"
|
||||
},
|
||||
"height": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "height"
|
||||
},
|
||||
"alt": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "alt",
|
||||
"default": ""
|
||||
},
|
||||
"id": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-id"
|
||||
},
|
||||
"caption": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": ".kadence-blocks-gallery-item__caption"
|
||||
},
|
||||
"linkSponsored": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-sponsored"
|
||||
}
|
||||
},
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"lightSize": {
|
||||
"type": "string",
|
||||
"default": "full"
|
||||
},
|
||||
"thumbSize": {
|
||||
"type": "string",
|
||||
"default": "large"
|
||||
},
|
||||
"ids": {
|
||||
"type": "array"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"default": "masonry"
|
||||
},
|
||||
"imageRatio": {
|
||||
"type": "string",
|
||||
"default": "land32"
|
||||
},
|
||||
"linkTo": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"showCaption": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"hoverStyle": {
|
||||
"type": "string",
|
||||
"default": "dark"
|
||||
},
|
||||
"captionStyle": {
|
||||
"type": "string",
|
||||
"default": "bottom-hover"
|
||||
},
|
||||
"captionStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": "",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"color": "",
|
||||
"background": "#000000",
|
||||
"backgroundOpacity": 0.8
|
||||
}
|
||||
]
|
||||
},
|
||||
"captionAlignment": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"gutter": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
10,
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"gap": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"gutterUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"mosaicRowHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
150,
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mosaicRowHeightUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"carouselHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
300,
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"imageRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"tabletImageRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileImageRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"imageRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"autoPlay": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"autoSpeed": {
|
||||
"type": "number",
|
||||
"default": 7000
|
||||
},
|
||||
"transSpeed": {
|
||||
"type": "number",
|
||||
"default": 400
|
||||
},
|
||||
"slidesScroll": {
|
||||
"type": "string",
|
||||
"default": "1"
|
||||
},
|
||||
"slideType": {
|
||||
"type": "string",
|
||||
"default": "fade"
|
||||
},
|
||||
"arrowStyle": {
|
||||
"type": "string",
|
||||
"default": "whiteondark"
|
||||
},
|
||||
"dotStyle": {
|
||||
"type": "string",
|
||||
"default": "dark"
|
||||
},
|
||||
"displayShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"shadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 4,
|
||||
"vOffset": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"shadowHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 4,
|
||||
"vOffset": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"imageFilter": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"lightbox": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"lightboxCaption": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"desk": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tablet": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"mobile": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"carouselAlign": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"thumbnailRatio": {
|
||||
"type": "string",
|
||||
"default": "land32"
|
||||
},
|
||||
"thumbnailColumns": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
4,
|
||||
4,
|
||||
4,
|
||||
4,
|
||||
4,
|
||||
4
|
||||
]
|
||||
},
|
||||
"thumbnailControl": {
|
||||
"type": "string",
|
||||
"default": "linked"
|
||||
},
|
||||
"mobileForceHover": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"imagesDynamic": {
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"lazyLoad": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"imagesData": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"url": "",
|
||||
"thumbUrl": "",
|
||||
"lightUrl": "",
|
||||
"link": "",
|
||||
"customLink": "",
|
||||
"linkTarget": "",
|
||||
"width": "",
|
||||
"height": "",
|
||||
"alt": "",
|
||||
"id": "",
|
||||
"caption": "",
|
||||
"linkSponsored": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"anchor": {
|
||||
"type": "string"
|
||||
},
|
||||
"kbVersion": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mosaicType": {
|
||||
"type": "string",
|
||||
"default": "first"
|
||||
},
|
||||
"arrowPosition": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"arrowMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletArrowMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileArrowMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"arrowMarginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"arrowSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"arrowSizeUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"arrowCustomColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorActive": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorBackground": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorBackgroundHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorBackgroundActive": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorBorder": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorBorderHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorBorderActive": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomBorderWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"dotCustomColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dotCustomColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dotCustomColorActive": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dotCustomColorBorder": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dotCustomColorBorderHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dotCustomColorBorderActive": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dotCustomBorderWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"showPauseButton": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"align": [
|
||||
"wide",
|
||||
"full",
|
||||
"left",
|
||||
"right"
|
||||
],
|
||||
"html": false,
|
||||
"ktdynamic": true,
|
||||
"kbMetadata": true
|
||||
},
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user