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:
26
wp-content/plugins/kadence-blocks/dist/blocks/header/children/column/block.json
vendored
Normal file
26
wp-content/plugins/kadence-blocks/dist/blocks/header/children/column/block.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/header-column",
|
||||
"parent": [
|
||||
"kadence/header"
|
||||
],
|
||||
"title": "Header Column",
|
||||
"category": "kadence-blocks",
|
||||
"description": "Kadence header column",
|
||||
"supports": {
|
||||
"inserter": true
|
||||
},
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"usesContext": [
|
||||
"kadence/headerRowLayoutConfig"
|
||||
]
|
||||
}
|
||||
21
wp-content/plugins/kadence-blocks/dist/blocks/header/children/container-desktop/block.json
vendored
Normal file
21
wp-content/plugins/kadence-blocks/dist/blocks/header/children/container-desktop/block.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/header-container-desktop",
|
||||
"parent": [
|
||||
"kadence/header"
|
||||
],
|
||||
"title": "Desktop Header",
|
||||
"category": "design",
|
||||
"description": "Kadence header desktop",
|
||||
"supports": {
|
||||
"inserter": true
|
||||
},
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": "default-uniqueID"
|
||||
}
|
||||
}
|
||||
}
|
||||
21
wp-content/plugins/kadence-blocks/dist/blocks/header/children/container-tablet/block.json
vendored
Normal file
21
wp-content/plugins/kadence-blocks/dist/blocks/header/children/container-tablet/block.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/header-container-tablet",
|
||||
"parent": [
|
||||
"kadence/header"
|
||||
],
|
||||
"title": "Tablet Header",
|
||||
"category": "design",
|
||||
"description": "Kadence tablet container",
|
||||
"supports": {
|
||||
"inserter": true
|
||||
},
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": "default-uniqueID"
|
||||
}
|
||||
}
|
||||
}
|
||||
352
wp-content/plugins/kadence-blocks/dist/blocks/header/children/off-canvas-trigger/block.json
vendored
Normal file
352
wp-content/plugins/kadence-blocks/dist/blocks/header/children/off-canvas-trigger/block.json
vendored
Normal file
@@ -0,0 +1,352 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/off-canvas-trigger",
|
||||
"ancestor": [
|
||||
"kadence/header"
|
||||
],
|
||||
"category": "design",
|
||||
"description": "Off Canvas trigger",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"icon": {
|
||||
"type": "string",
|
||||
"default": "fe_menu"
|
||||
},
|
||||
"iconSize": {
|
||||
"type": "number",
|
||||
"default": 25
|
||||
},
|
||||
"lineWidth": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"iconSizeTablet": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"iconSizeMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"iconColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconColorTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconColorMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconColorHoverTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconColorHoverMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconBackgroundColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconBackgroundColorTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconBackgroundColorMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconBackgroundColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconBackgroundColorHoverTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconBackgroundColorHoverMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"border": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderHoverTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderHoverMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"className": true
|
||||
}
|
||||
}
|
||||
596
wp-content/plugins/kadence-blocks/dist/blocks/header/children/off-canvas/block.json
vendored
Normal file
596
wp-content/plugins/kadence-blocks/dist/blocks/header/children/off-canvas/block.json
vendored
Normal file
@@ -0,0 +1,596 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/off-canvas",
|
||||
"parent": [
|
||||
"kadence/header"
|
||||
],
|
||||
"category": "design",
|
||||
"description": "Off Canvas block",
|
||||
"supports": {
|
||||
"inserter": true,
|
||||
"className": true
|
||||
},
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"slideFrom": {
|
||||
"type": "string",
|
||||
"default": "left"
|
||||
},
|
||||
"slideFromTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"slideFromMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"widthType": {
|
||||
"type": "string",
|
||||
"default": "partial"
|
||||
},
|
||||
"widthTypeTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"widthTypeMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "number",
|
||||
"default": 400
|
||||
},
|
||||
"maxWidthTablet": {
|
||||
"type": "number"
|
||||
},
|
||||
"maxWidthMobile": {
|
||||
"type": "number"
|
||||
},
|
||||
"maxWidthUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"containerMaxWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"containerMaxWidthTablet": {
|
||||
"type": "number"
|
||||
},
|
||||
"containerMaxWidthMobile": {
|
||||
"type": "number"
|
||||
},
|
||||
"containerMaxWidthUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"backgroundColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"backgroundColorTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"backgroundColorMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"pageBackgroundColor": {
|
||||
"type": "string",
|
||||
"default": "rgba(0, 0, 0, 0.6)"
|
||||
},
|
||||
"pageBackgroundColorTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"pageBackgroundColorMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"hAlign": {
|
||||
"type": "string",
|
||||
"default": "left"
|
||||
},
|
||||
"hAlignTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"hAlignMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"vAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"vAlignTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"vAlignMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"border": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"closeIcon": {
|
||||
"type": "string",
|
||||
"default": "fe_x"
|
||||
},
|
||||
"closeLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconSize": {
|
||||
"type": "number",
|
||||
"default": 25
|
||||
},
|
||||
"closeLineWidth": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"closeIconSizeTablet": {
|
||||
"type": "number"
|
||||
},
|
||||
"closeIconSizeMobile": {
|
||||
"type": "number"
|
||||
},
|
||||
"closeIconColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconColorTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconColorMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconColorHoverTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconColorHoverMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconBackgroundColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconBackgroundColorTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconBackgroundColorMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconBackgroundColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconBackgroundColorHoverTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconBackgroundColorHoverMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"closeIconPaddingTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"closeIconPaddingMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"closeIconPaddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"closeIconMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"closeIconMarginTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"closeIconMarginMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"closeIconMarginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"closeIconBorder": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"closeIconBorderTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"closeIconBorderMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"closeIconBorderHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"closeIconBorderHoverTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"closeIconBorderHoverMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"closeIconBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"closeIconBorderRadiusTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"closeIconBorderRadiusMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"closeIconBorderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
}
|
||||
}
|
||||
}
|
||||
318
wp-content/plugins/kadence-blocks/dist/blocks/header/children/row/block.json
vendored
Normal file
318
wp-content/plugins/kadence-blocks/dist/blocks/header/children/row/block.json
vendored
Normal file
@@ -0,0 +1,318 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/header-row",
|
||||
"parent": [
|
||||
"kadence/header"
|
||||
],
|
||||
"title": "Header Row",
|
||||
"category": "design",
|
||||
"description": "Kadence header row",
|
||||
"supports": {
|
||||
"inserter": true,
|
||||
"ktdynamic": true,
|
||||
"kbcss": true
|
||||
},
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
},
|
||||
"layout": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"layoutConfig": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"background": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"color": "",
|
||||
"image": "",
|
||||
"imageID": "",
|
||||
"position": "center center",
|
||||
"size": "cover",
|
||||
"repeat": "no-repeat",
|
||||
"attachment": "scroll",
|
||||
"type": "normal",
|
||||
"gradient": ""
|
||||
}
|
||||
},
|
||||
"backgroundTransparent": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"color": "transparent",
|
||||
"image": "",
|
||||
"imageID": "",
|
||||
"position": "center center",
|
||||
"size": "cover",
|
||||
"repeat": "no-repeat",
|
||||
"attachment": "scroll",
|
||||
"type": "normal",
|
||||
"gradient": ""
|
||||
}
|
||||
},
|
||||
"border": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"minHeight": {
|
||||
"type": "number",
|
||||
"default": null
|
||||
},
|
||||
"minHeightTablet": {
|
||||
"type": "number",
|
||||
"default": null
|
||||
},
|
||||
"minHeightMobile": {
|
||||
"type": "number",
|
||||
"default": null
|
||||
},
|
||||
"minHeightUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "number",
|
||||
"default": null
|
||||
},
|
||||
"maxWidthTablet": {
|
||||
"type": "number",
|
||||
"default": null
|
||||
},
|
||||
"maxWidthMobile": {
|
||||
"type": "number",
|
||||
"default": null
|
||||
},
|
||||
"maxWidthUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"itemGap": {
|
||||
"type": "string",
|
||||
"default": "xs"
|
||||
},
|
||||
"itemGapTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"itemGapMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"itemGapUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"vAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"vAlignTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"vAlignMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"sectionPriority": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"sectionPriorityTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"sectionPriorityMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"providesContext": {
|
||||
"kadence/headerRowLayoutConfig": "layoutConfig"
|
||||
},
|
||||
"usesContext": [
|
||||
"kadence/headerPostId",
|
||||
"kadence/headerIsSticky",
|
||||
"kadence/headerIsTransparent"
|
||||
]
|
||||
}
|
||||
23
wp-content/plugins/kadence-blocks/dist/blocks/header/children/section/block.json
vendored
Normal file
23
wp-content/plugins/kadence-blocks/dist/blocks/header/children/section/block.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/header-section",
|
||||
"parent": [
|
||||
"kadence/header"
|
||||
],
|
||||
"title": "Header Section",
|
||||
"category": "design",
|
||||
"description": "Kadence header section",
|
||||
"supports": {
|
||||
"inserter": true
|
||||
},
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user