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:
647
wp-content/plugins/kadence-blocks/dist/blocks/accordion/block.json
vendored
Normal file
647
wp-content/plugins/kadence-blocks/dist/blocks/accordion/block.json
vendored
Normal file
@@ -0,0 +1,647 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Accordion",
|
||||
"name": "kadence/accordion",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"paneCount": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"showPresets": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"openPane": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"startCollapsed": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkPaneCollapse": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"minHeight": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"textColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkHoverColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"contentBgColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"contentBorderColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"contentBorder": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"contentBorderStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletContentBorderStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileContentBorderStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"contentBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletContentBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileContentBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"contentBorderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"contentPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"sm",
|
||||
"sm",
|
||||
"sm",
|
||||
"sm"
|
||||
]
|
||||
},
|
||||
"contentTabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"contentMobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"contentPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"titleAlignment": {
|
||||
"type": "string",
|
||||
"default": "left"
|
||||
},
|
||||
"blockAlignment": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"align": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"titleStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "",
|
||||
"letterSpacing": "",
|
||||
"family": "",
|
||||
"google": "",
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"padding": [
|
||||
"xxs",
|
||||
"xs",
|
||||
"xxs",
|
||||
"xs"
|
||||
],
|
||||
"marginTop": 8,
|
||||
"color": "",
|
||||
"background": "",
|
||||
"border": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"borderRadius": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"borderWidth": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"colorHover": "",
|
||||
"backgroundHover": "",
|
||||
"borderHover": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"colorActive": "",
|
||||
"backgroundActive": "",
|
||||
"borderActive": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"textTransform": "",
|
||||
"paddingTablet": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"paddingMobile": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"paddingType": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"titleBorder": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletTitleBorder": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileTitleBorder": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"titleBorderHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletTitleBorderHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileTitleBorderHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"titleBorderActive": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletTitleBorderActive": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileTitleBorderActive": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"titleBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletTitleBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileTitleBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleBorderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"showIcon": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"iconStyle": {
|
||||
"type": "string",
|
||||
"default": "basic"
|
||||
},
|
||||
"iconColor": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"standard": "",
|
||||
"active": "",
|
||||
"hover": ""
|
||||
}
|
||||
},
|
||||
"iconSide": {
|
||||
"type": "string",
|
||||
"default": "right"
|
||||
},
|
||||
"faqSchema": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"columnGap": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"md",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"columnGapUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"columnLayout": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"row",
|
||||
"",
|
||||
"row"
|
||||
]
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"kbMetadata": true
|
||||
},
|
||||
"providesContext": {
|
||||
"kadence/accordion-icon-color": "iconColor"
|
||||
}
|
||||
}
|
||||
56
wp-content/plugins/kadence-blocks/dist/blocks/accordion/pane/block.json
vendored
Normal file
56
wp-content/plugins/kadence-blocks/dist/blocks/accordion/pane/block.json
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Pane",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"parent": [
|
||||
"kadence/accordion"
|
||||
],
|
||||
"attributes": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"title": {
|
||||
"type": "rich-text",
|
||||
"source": "rich-text",
|
||||
"selector": ".kt-blocks-accordion-title",
|
||||
"default": ""
|
||||
},
|
||||
"titleTag": {
|
||||
"type": "string",
|
||||
"default": "div"
|
||||
},
|
||||
"hideLabel": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"ariaLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"icon": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconSide": {
|
||||
"type": "string",
|
||||
"default": "right"
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"inserter": false,
|
||||
"reusable": false,
|
||||
"html": false,
|
||||
"anchor": true,
|
||||
"lock": false,
|
||||
"kbMetadata": true,
|
||||
"kbContentLabel": "title",
|
||||
"ktdynamic": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user