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:
957
wp-content/plugins/kadence-blocks/dist/blocks/advancedheading/block.json
vendored
Normal file
957
wp-content/plugins/kadence-blocks/dist/blocks/advancedheading/block.json
vendored
Normal file
@@ -0,0 +1,957 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Advanced Text",
|
||||
"name": "kadence/advancedheading",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"content": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "h1,h2,h3,h4,h5,h6,p.wp-block-kadence-advancedheading,span.wp-block-kadence-advancedheading,div.wp-block-kadence-advancedheading",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"level": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"align": {
|
||||
"type": "string"
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "number"
|
||||
},
|
||||
"sizeType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"lineHeight": {
|
||||
"type": "number"
|
||||
},
|
||||
"lineType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"tabSize": {
|
||||
"type": "number"
|
||||
},
|
||||
"tabLineHeight": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileSize": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileLineHeight": {
|
||||
"type": "number"
|
||||
},
|
||||
"letterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"tabletLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"letterSpacingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"typography": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"googleFont": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"loadGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"fontSubset": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"fontVariant": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"fontWeight": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"fontStyle": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"topMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"tabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMarginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"mobileMarginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"paddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markSizeType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"markLineHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markLineType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"markLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"tabletMarkLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileMarkLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"markLetterSpacingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"markTypography": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"markLoadGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"markFontSubset": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markFontVariant": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markFontWeight": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markFontStyle": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"enableMarkGradient": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"enableMarkBackgroundGradient": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"markGradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markBackgroundGradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markColor": {
|
||||
"type": "string",
|
||||
"default": "#f76a0c"
|
||||
},
|
||||
"markBG": {
|
||||
"type": "string"
|
||||
},
|
||||
"markBGOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"markPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"markTabPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markMobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markPaddingControl": {
|
||||
"type": "string",
|
||||
"default": "linked"
|
||||
},
|
||||
"markPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"markBorder": {
|
||||
"type": "string"
|
||||
},
|
||||
"markBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletMarkBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileMarkBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"markBorderOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"markBorderWidth": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"markBorderStyle": {
|
||||
"type": "string",
|
||||
"default": "solid"
|
||||
},
|
||||
"textTransform": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markTextTransform": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"anchor": {
|
||||
"type": "string"
|
||||
},
|
||||
"colorClass": {
|
||||
"type": "string"
|
||||
},
|
||||
"tabletAlign": {
|
||||
"type": "string"
|
||||
},
|
||||
"mobileAlign": {
|
||||
"type": "string"
|
||||
},
|
||||
"enableTextShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"textOrientation": {
|
||||
"type": "string"
|
||||
},
|
||||
"tabletTextOrientation": {
|
||||
"type": "string"
|
||||
},
|
||||
"mobileTextOrientation": {
|
||||
"type": "string"
|
||||
},
|
||||
"textShadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"enable": false,
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"blur": 1,
|
||||
"hOffset": 1,
|
||||
"vOffset": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"textShadowTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"enable": false,
|
||||
"color": "",
|
||||
"opacity": "",
|
||||
"blur": "",
|
||||
"hOffset": "",
|
||||
"vOffset": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"textShadowMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"enable": false,
|
||||
"color": "",
|
||||
"opacity": "",
|
||||
"blur": "",
|
||||
"hOffset": "",
|
||||
"vOffset": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"htmlTag": {
|
||||
"type": "string",
|
||||
"default": "heading"
|
||||
},
|
||||
"loadItalic": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkTarget": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkNoFollow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkSponsored": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"background": {
|
||||
"type": "string"
|
||||
},
|
||||
"backgroundColorClass": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkStyle": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkHoverColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"fontSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"fontHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"fontHeightType": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"maxWidthType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"maxHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"maxHeightType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"icon": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconSide": {
|
||||
"type": "string",
|
||||
"default": "left"
|
||||
},
|
||||
"iconHover": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"iconPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletIconPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileIconPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"iconPaddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"iconSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"iconSizeUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"iconVerticalAlign": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"iconTitle": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMarkBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMarkBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markBorderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"altTitle": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconTooltip": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconTooltipPlacement": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconTooltipDash": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"enableTextGradient": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"textGradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"inlineImageWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
150,
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"inlineImageBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletInlineImageBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileInlineImageBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"inlineImageBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletInlineImageBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileInlineImageBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"inlineImageBorderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"inlineImageVerticalAlign": {
|
||||
"type": "string",
|
||||
"default": "baseline"
|
||||
},
|
||||
"useRatio": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"ratio": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
],
|
||||
"supports": {
|
||||
"ktanimate": true,
|
||||
"ktanimatereveal": true,
|
||||
"ktanimatepreview": true,
|
||||
"ktdynamic": true,
|
||||
"kbMetadata": true,
|
||||
"kbContentLabel": "content"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user