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:
329
wp-content/plugins/kadence-blocks/dist/blocks/progress-bar/block.json
vendored
Normal file
329
wp-content/plugins/kadence-blocks/dist/blocks/progress-bar/block.json
vendored
Normal file
@@ -0,0 +1,329 @@
|
||||
{
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/progress-bar",
|
||||
"title": "Progress Bar",
|
||||
"category": "kadence-blocks",
|
||||
"description": "Kadence progress bar",
|
||||
"textdomain": "kadence-blocks",
|
||||
"keywords": [
|
||||
"kb",
|
||||
"progress bar"
|
||||
],
|
||||
"attributes": {
|
||||
"align": {
|
||||
"type": "string"
|
||||
},
|
||||
"hAlign": {
|
||||
"type": "string",
|
||||
"default": "space-between"
|
||||
},
|
||||
"thAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"mhAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"width": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"labelPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletLabelPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileLabelPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"labelPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"barBackground": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"barBackgroundOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"progressWidth": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"progressWidthTablet": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"progressWidthMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"progressColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"progressOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"barType": {
|
||||
"enum": [
|
||||
"line",
|
||||
"circle",
|
||||
"semicircle",
|
||||
"line-mask"
|
||||
],
|
||||
"default": "line",
|
||||
"type": "string"
|
||||
},
|
||||
"containerMaxWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"tabletContainerMaxWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileContainerMaxWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"containerMaxWidthUnits": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"labelLayout": {
|
||||
"type": "string",
|
||||
"default": "lp"
|
||||
},
|
||||
"displayLabel": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"delayUntilInView": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"labelFont": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"color": "",
|
||||
"level": 6,
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"padding": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"margin": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"labelPosition": {
|
||||
"default": "above",
|
||||
"type": "string"
|
||||
},
|
||||
"numberFont": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"color": "",
|
||||
"level": 6,
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"padding": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"margin": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"progressAmount": {
|
||||
"type": "number",
|
||||
"default": 90
|
||||
},
|
||||
"progressMax": {
|
||||
"type": "number",
|
||||
"default": 100
|
||||
},
|
||||
"displayPercent": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"decimal": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"numberPrefix": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"numberSuffix": {
|
||||
"type": "string",
|
||||
"default": "%"
|
||||
},
|
||||
"numberIsRelative": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"easing": {
|
||||
"enum": [
|
||||
"easeIn",
|
||||
"easeOut",
|
||||
"linear",
|
||||
"easeInOut"
|
||||
],
|
||||
"default": "easeInOut",
|
||||
"type": "string"
|
||||
},
|
||||
"progressBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"maskIterations": {
|
||||
"type": "number",
|
||||
"default": 5
|
||||
},
|
||||
"maskSvg": {
|
||||
"type": "string",
|
||||
"default": "star"
|
||||
},
|
||||
"maskUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"ariaLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"showMaxProgressOnPageLoad": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user