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:
899
wp-content/plugins/kadence-blocks/dist/blocks/column/block.json
vendored
Normal file
899
wp-content/plugins/kadence-blocks/dist/blocks/column/block.json
vendored
Normal file
@@ -0,0 +1,899 @@
|
||||
{
|
||||
"apiVersion": 3,
|
||||
"title": "Section",
|
||||
"name": "kadence/column",
|
||||
"category": "kadence-blocks",
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
],
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"topPadding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomPadding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftPadding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightPadding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topPaddingM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomPaddingM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftPaddingM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightPaddingM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topMarginM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomMarginM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftMarginM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightMarginM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"zIndex": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"background": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"backgroundOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"border": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"borderOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"borderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"tabletBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"collapseOrder": {
|
||||
"type": "number"
|
||||
},
|
||||
"backgroundImg": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"bgImg": "",
|
||||
"bgImgID": "",
|
||||
"bgImgSize": "cover",
|
||||
"bgImgPosition": "center center",
|
||||
"bgImgAttachment": "scroll",
|
||||
"bgImgRepeat": "no-repeat"
|
||||
}
|
||||
]
|
||||
},
|
||||
"textAlign": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"textColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkHoverColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"topPaddingT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomPaddingT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftPaddingT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightPaddingT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topMarginT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomMarginT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftMarginT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightMarginT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"displayShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"shadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 0,
|
||||
"vOffset": 0,
|
||||
"inset": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"noCustomDefaults": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"vsdesk": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"vstablet": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"vsmobile": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"paddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"marginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"bgColorClass": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"templateLock": {
|
||||
"type": [
|
||||
"string",
|
||||
"boolean"
|
||||
],
|
||||
"enum": [
|
||||
"all",
|
||||
"insert",
|
||||
"contentOnly",
|
||||
false
|
||||
]
|
||||
},
|
||||
"direction": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"justifyContent": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"wrapContent": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"gutter": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"gutterUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"gutterVariable": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"rowGap": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"rowGapUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"rowGapVariable": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"flexBasis": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"flexBasisUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"verticalAlignment": {
|
||||
"type": "string"
|
||||
},
|
||||
"verticalAlignmentTablet": {
|
||||
"type": "string"
|
||||
},
|
||||
"verticalAlignmentMobile": {
|
||||
"type": "string"
|
||||
},
|
||||
"backgroundImgHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"bgImg": "",
|
||||
"bgImgID": "",
|
||||
"bgImgSize": "cover",
|
||||
"bgImgPosition": "center center",
|
||||
"bgImgAttachment": "scroll",
|
||||
"bgImgRepeat": "no-repeat"
|
||||
}
|
||||
]
|
||||
},
|
||||
"backgroundHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayOpacity": {
|
||||
"type": "number",
|
||||
"default": 0.3
|
||||
},
|
||||
"overlay": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayImg": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"bgImg": "",
|
||||
"bgImgID": "",
|
||||
"bgImgSize": "cover",
|
||||
"bgImgPosition": "center center",
|
||||
"bgImgAttachment": "scroll",
|
||||
"bgImgRepeat": "no-repeat"
|
||||
}
|
||||
]
|
||||
},
|
||||
"overlayHoverOpacity": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"overlayHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayImgHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"bgImg": "",
|
||||
"bgImgID": "",
|
||||
"bgImgSize": "cover",
|
||||
"bgImgPosition": "center center",
|
||||
"bgImgAttachment": "scroll",
|
||||
"bgImgRepeat": "no-repeat"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"borderHoverWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletBorderHoverWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderHoverWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderHoverRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"displayHoverShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"shadowHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 0,
|
||||
"vOffset": 0,
|
||||
"inset": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"textColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkHoverColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"link": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkTitle": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkTarget": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkNoFollow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkSponsored": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"maxWidthUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"maxWidthTabletUnit": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"maxWidthMobileUnit": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"height": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"heightUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"htmlTag": {
|
||||
"type": "string",
|
||||
"default": "div"
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"overlayType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"sticky": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"stickyOffset": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"stickyOffsetUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"align": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"backgroundType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"backgroundHoverType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"gradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"gradientHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayGradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayGradientHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayHoverType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"tabletBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"tabletBorderHoverRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderHoverRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderHoverRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"borderStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletBorderStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileBorderStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderHoverStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletBorderHoverStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileBorderHoverStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"gridArea": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayBlendMode": {
|
||||
"type": "string"
|
||||
},
|
||||
"hoverOverlayBlendMode": {
|
||||
"type": "string"
|
||||
},
|
||||
"kadenceFieldConditional": {
|
||||
"type": "object"
|
||||
},
|
||||
"flexGrow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"kbVersion": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"ktanimate": true,
|
||||
"ktanimateadd": true,
|
||||
"ktanimatepreview": true,
|
||||
"ktanimateswipe": true,
|
||||
"ktdynamic": true,
|
||||
"kbcss": true,
|
||||
"kbMetadata": true
|
||||
},
|
||||
"editorStyle": "kadence-blocks-column",
|
||||
"style": "kadence-blocks-column"
|
||||
}
|
||||
Reference in New Issue
Block a user