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:
Malin
2026-05-19 19:25:59 +02:00
commit f3ff7b7186
6119 changed files with 1984255 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "kadence/advanced-form",
"title": "Advanced Form",
"category": "kadence-blocks",
"description": "Create an advanced contact or marketing form for your website.",
"supports": {
"html": false,
"customClassName": false,
"reusable": false,
"lock": false,
"kbMetadata": true
},
"textdomain": "kadence-blocks",
"keywords": [
"kb",
"form",
"contact"
],
"attributes": {
"id": {
"type": "integer",
"default": 0
},
"uniqueID": {
"type": "string"
},
"legacyMigration": {
"type": "object",
"default": null
}
}
}

View File

@@ -0,0 +1,97 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-accept",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string",
"default": ""
},
"showLabel": {
"type": "boolean",
"default": true
},
"required": {
"type": "boolean",
"default": false
},
"defaultValue": {
"type": "string"
},
"isChecked": {
"type": "boolean",
"default": false
},
"defaultParameter": {
"type": "string"
},
"ariaDescription": {
"type": "string",
"default": ""
},
"helpText": {
"type": "string",
"default": ""
},
"description": {
"type": "string",
"default": ""
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"inputName": {
"type": "string"
},
"requiredMessage": {
"type": "string"
},
"anchor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"html": false,
"ktfieldconditional": true,
"reusable": false,
"kbMetadata": true,
"ktdynamic": true,
"kbContentLabel": "label"
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}

View File

@@ -0,0 +1,113 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"title": "Captcha",
"name": "kadence/advanced-form-captcha",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string",
"default": ""
},
"formID": {
"type": "string"
},
"type": {
"type": "string",
"default": "googlev2"
},
"useKcSettings": {
"type": "boolean",
"default": false
},
"useKbSettings": {
"type": "boolean",
"default": true
},
"hideRecaptcha": {
"type": "boolean",
"default": false
},
"theme": {
"type": "string",
"default": "light"
},
"size": {
"type": "string",
"default": "normal"
},
"showRecaptchaNotice": {
"type": "boolean",
"default": false
},
"recaptchaNotice": {
"type": "string",
"default": ""
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"recaptchaSiteKey": {
"type": "string",
"default": "-"
},
"recaptchaSecretKey": {
"type": "string",
"default": ""
},
"recaptchaLanguage": {
"type": "string",
"default": ""
},
"hCaptchaSiteKey": {
"type": "string",
"default": "-"
},
"hCaptchaSecretKey": {
"type": "string",
"default": ""
},
"turnstileSiteKey": {
"type": "string",
"default": "-"
},
"turnstileSecretKey": {
"type": "string",
"default": ""
}
},
"supports": {
"html": false,
"reusable": false,
"kbMetadata": true
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}

View File

@@ -0,0 +1,106 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-checkbox",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string",
"default": ""
},
"showLabel": {
"type": "boolean",
"default": true
},
"required": {
"type": "boolean",
"default": false
},
"defaultValue": {
"type": "string"
},
"defaultParameter": {
"type": "string"
},
"ariaDescription": {
"type": "string",
"default": ""
},
"inputName": {
"type": "string"
},
"helpText": {
"type": "string",
"default": ""
},
"options": {
"type": "array",
"default": [
{
"value": "",
"label": "",
"selected": false
}
]
},
"inline": {
"type": "boolean",
"default": false
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"errorMessage": {
"type": "string"
},
"requiredMessage": {
"type": "string"
},
"anchor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"html": false,
"ktfieldconditional": true,
"ktdynamic": true,
"reusable": false,
"kbMetadata": true,
"kbContentLabel": "label"
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}

View File

@@ -0,0 +1,97 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-date",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string",
"default": ""
},
"showLabel": {
"type": "boolean",
"default": true
},
"required": {
"type": "boolean",
"default": false
},
"defaultValue": {
"type": "string"
},
"defaultParameter": {
"type": "string"
},
"ariaDescription": {
"type": "string",
"default": ""
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"helpText": {
"type": "string"
},
"inputName": {
"type": "string"
},
"auto": {
"type": "string"
},
"autoCustom": {
"type": "string"
},
"errorMessage": {
"type": "string"
},
"requiredMessage": {
"type": "string"
},
"anchor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"html": false,
"ktdynamic": true,
"ktfieldconditional": true,
"reusable": false,
"kbMetadata": true,
"kbContentLabel": "label"
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}

View File

@@ -0,0 +1,102 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-email",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string",
"default": ""
},
"placeholder": {
"type": "string",
"default": ""
},
"showLabel": {
"type": "boolean",
"default": true
},
"required": {
"type": "boolean",
"default": false
},
"defaultValue": {
"type": "string"
},
"defaultParameter": {
"type": "string"
},
"ariaDescription": {
"type": "string",
"default": ""
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"helpText": {
"type": "string",
"default": ""
},
"inputName": {
"type": "string"
},
"auto": {
"type": "string"
},
"autoCustom": {
"type": "string"
},
"errorMessage": {
"type": "string"
},
"requiredMessage": {
"type": "string"
},
"anchor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"html": false,
"ktdynamic": true,
"ktfieldconditional": true,
"reusable": false,
"kbMetadata": true,
"kbContentLabel": "label"
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}

View File

@@ -0,0 +1,91 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-file",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string",
"default": ""
},
"showLabel": {
"type": "boolean",
"default": true
},
"required": {
"type": "boolean",
"default": false
},
"requiredMessage": {
"type": "string"
},
"multiple": {
"type": "boolean",
"default": false
},
"multipleLimit": {
"type": "number",
"default": 5
},
"allowedTypes": {
"type": "array",
"default": [
"image"
]
},
"maxSizeMb": {
"type": "number",
"default": 10
},
"ariaDescription": {
"type": "string",
"default": ""
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"helpText": {
"type": "string",
"default": ""
},
"anchor": {
"type": "string"
},
"inputName": {
"type": "string"
}
},
"supports": {
"ktfieldconditional": true
},
"parent": [
"kadence/advanced-form"
]
}

View File

@@ -0,0 +1,46 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-hidden",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string",
"default": ""
},
"defaultValue": {
"type": "string"
},
"defaultParameter": {
"type": "string"
},
"inputName": {
"type": "string"
},
"anchor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"html": false,
"reusable": false,
"ktdynamic": true,
"ktfieldconditional": true,
"kbMetadata": true,
"kbContentLabel": "label"
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}

View File

@@ -0,0 +1,114 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-number",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string",
"default": ""
},
"placeholder": {
"type": "string",
"default": ""
},
"showLabel": {
"type": "boolean",
"default": true
},
"required": {
"type": "boolean",
"default": false
},
"defaultValue": {
"type": "string"
},
"defaultParameter": {
"type": "string"
},
"allowDecimals": {
"type": "boolean",
"default": false
},
"maxValue": {
"type": "number",
"default": ""
},
"minValue": {
"type": "number",
"default": ""
},
"ariaDescription": {
"type": "string",
"default": ""
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"helpText": {
"type": "string",
"default": ""
},
"inputName": {
"type": "string"
},
"auto": {
"type": "string"
},
"autoCustom": {
"type": "string"
},
"errorMessage": {
"type": "string"
},
"requiredMessage": {
"type": "string"
},
"anchor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"html": false,
"ktdynamic": true,
"ktfieldconditional": true,
"reusable": false,
"kbMetadata": true,
"kbContentLabel": "label"
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}

View File

@@ -0,0 +1,109 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-radio",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string",
"default": ""
},
"placeholder": {
"type": "string",
"default": ""
},
"showLabel": {
"type": "boolean",
"default": true
},
"required": {
"type": "boolean",
"default": false
},
"defaultValue": {
"type": "string"
},
"defaultParameter": {
"type": "string"
},
"ariaDescription": {
"type": "string",
"default": ""
},
"helpText": {
"type": "string",
"default": ""
},
"options": {
"type": "array",
"default": [
{
"value": "",
"label": "",
"selected": false
}
]
},
"inline": {
"type": "boolean",
"default": false
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"inputName": {
"type": "string"
},
"auto": {
"type": "string"
},
"autoCustom": {
"type": "string"
},
"requiredMessage": {
"type": "string"
},
"anchor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"html": false,
"ktfieldconditional": true,
"reusable": false,
"kbMetadata": true,
"ktdynamic": true,
"kbContentLabel": "label"
},
"parent": [
"kadence/advanced-form"
]
}

View File

@@ -0,0 +1,108 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-select",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string",
"default": ""
},
"placeholder": {
"type": "string"
},
"showLabel": {
"type": "boolean",
"default": true
},
"required": {
"type": "boolean",
"default": false
},
"defaultValue": {
"type": "string"
},
"defaultParameter": {
"type": "string"
},
"ariaDescription": {
"type": "string",
"default": ""
},
"helpText": {
"type": "string",
"default": ""
},
"inputName": {
"type": "string"
},
"options": {
"type": "array",
"default": [
{
"value": "",
"label": ""
}
]
},
"multiSelect": {
"type": "boolean",
"default": false
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"errorMessage": {
"type": "string"
},
"requiredMessage": {
"type": "string"
},
"anchor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"html": false,
"ktdynamic": true,
"ktfieldconditional": true,
"reusable": false,
"kbMetadata": true,
"kbContentLabel": "label"
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}

View File

@@ -0,0 +1,559 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"title": "Submit Button",
"name": "kadence/advanced-form-submit",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string",
"default": ""
},
"formID": {
"type": "string"
},
"text": {
"type": "string",
"default": "",
"__experimentalRole": "content"
},
"style": {
"type": "string",
"default": "basic"
},
"sizePreset": {
"type": "string",
"default": "standard"
},
"gap": {
"type": "array",
"default": [
"",
"",
""
]
},
"width": {
"type": "array",
"default": [
"",
"",
""
]
},
"widthUnit": {
"type": "string",
"default": "px"
},
"widthType": {
"type": "string",
"default": "auto"
},
"padding": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"tablePadding": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"mobilePadding": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"paddingUnit": {
"type": "string",
"default": "px"
},
"margin": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"tabletMargin": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"mobileMargin": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"marginUnit": {
"type": "string",
"default": "px"
},
"color": {
"type": "string",
"default": ""
},
"background": {
"type": "string",
"default": ""
},
"gradient": {
"type": "string",
"default": ""
},
"backgroundType": {
"type": "string",
"default": "normal"
},
"colorHover": {
"type": "string",
"default": ""
},
"backgroundHover": {
"type": "string",
"default": ""
},
"backgroundHoverType": {
"type": "string",
"default": "normal"
},
"gradientHover": {
"type": "string",
"default": ""
},
"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"
}
]
},
"borderRadius": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"tabletBorderRadius": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"mobileBorderRadius": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"borderRadiusUnit": {
"type": "string",
"default": "px"
},
"borderHoverRadius": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"tabletBorderHoverRadius": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"mobileBorderHoverRadius": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"borderHoverRadiusUnit": {
"type": "string",
"default": "px"
},
"icon": {
"type": "string",
"default": ""
},
"iconColor": {
"type": "string",
"default": ""
},
"iconColorHover": {
"type": "string",
"default": ""
},
"iconSide": {
"type": "string",
"default": "right"
},
"iconHover": {
"type": "boolean",
"default": false
},
"iconPadding": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"iconPaddingUnit": {
"type": "string",
"default": "px"
},
"tabletIconPadding": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"mobileIconPadding": {
"type": "array",
"default": [
"",
"",
"",
""
]
},
"iconSize": {
"type": "array",
"default": [
"",
"",
""
]
},
"iconSizeUnit": {
"type": "string",
"default": "px"
},
"onlyIcon": {
"type": "array",
"default": [
false,
"",
""
]
},
"label": {
"type": "string",
"default": ""
},
"inheritStyles": {
"type": "string",
"default": "fill"
},
"typography": {
"type": "array",
"default": [
{
"size": [
"",
"",
""
],
"sizeType": "px",
"lineHeight": [
"",
"",
""
],
"lineType": "",
"letterSpacing": [
"",
"",
""
],
"letterType": "px",
"textTransform": "",
"family": "",
"google": "",
"style": "",
"weight": "",
"variant": "",
"subset": "",
"loadGoogle": true
}
]
},
"displayShadow": {
"type": "boolean",
"default": false
},
"displayHoverShadow": {
"type": "boolean",
"default": false
},
"shadow": {
"type": "array",
"default": [
{
"color": "#000000",
"opacity": 0.2,
"spread": 0,
"blur": 2,
"hOffset": 1,
"vOffset": 1,
"inset": false
}
]
},
"shadowHover": {
"type": "array",
"default": [
{
"color": "#000000",
"opacity": 0.4,
"spread": 0,
"blur": 3,
"hOffset": 2,
"vOffset": 2,
"inset": false
}
]
},
"anchor": {
"type": "string"
},
"noCustomDefaults": {
"type": "boolean",
"default": false
},
"hAlign": {
"type": "string",
"default": "left"
},
"thAlign": {
"type": "string",
"default": ""
},
"mhAlign": {
"type": "string",
"default": ""
}
},
"supports": {
"anchor": true,
"html": false,
"reusable": false,
"kbMetadata": true,
"kbContentLabel": "text"
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}

View File

@@ -0,0 +1,102 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-telephone",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string",
"default": ""
},
"placeholder": {
"type": "string",
"default": ""
},
"showLabel": {
"type": "boolean",
"default": true
},
"required": {
"type": "boolean",
"default": false
},
"defaultValue": {
"type": "string"
},
"defaultParameter": {
"type": "string"
},
"ariaDescription": {
"type": "string",
"default": ""
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"helpText": {
"type": "string",
"default": ""
},
"inputName": {
"type": "string"
},
"auto": {
"type": "string"
},
"autoCustom": {
"type": "string"
},
"errorMessage": {
"type": "string"
},
"requiredMessage": {
"type": "string"
},
"anchor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"html": false,
"ktdynamic": true,
"ktfieldconditional": true,
"reusable": false,
"kbMetadata": true,
"kbContentLabel": "label"
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}

View File

@@ -0,0 +1,98 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-text",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string"
},
"placeholder": {
"type": "string"
},
"showLabel": {
"type": "boolean",
"default": true
},
"required": {
"type": "boolean",
"default": false
},
"defaultValue": {
"type": "string"
},
"defaultParameter": {
"type": "string"
},
"ariaDescription": {
"type": "string"
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"helpText": {
"type": "string"
},
"inputName": {
"type": "string"
},
"auto": {
"type": "string"
},
"autoCustom": {
"type": "string"
},
"errorMessage": {
"type": "string"
},
"requiredMessage": {
"type": "string"
},
"anchor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"html": false,
"ktdynamic": true,
"ktfieldconditional": true,
"reusable": false,
"kbMetadata": true,
"kbContentLabel": "label"
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}

View File

@@ -0,0 +1,106 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-textarea",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string",
"default": ""
},
"placeholder": {
"type": "string",
"default": ""
},
"showLabel": {
"type": "boolean",
"default": true
},
"required": {
"type": "boolean",
"default": false
},
"defaultValue": {
"type": "string"
},
"defaultParameter": {
"type": "string"
},
"ariaDescription": {
"type": "string",
"default": ""
},
"helpText": {
"type": "string",
"default": ""
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"rows": {
"type": "number",
"default": 3
},
"inputName": {
"type": "string"
},
"auto": {
"type": "string"
},
"autoCustom": {
"type": "string"
},
"errorMessage": {
"type": "string"
},
"requiredMessage": {
"type": "string"
},
"anchor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"html": false,
"ktfieldconditional": true,
"reusable": false,
"kbMetadata": true,
"ktdynamic": true,
"kbContentLabel": "label"
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}

View File

@@ -0,0 +1,98 @@
{
"apiVersion": 3,
"name": "kadence/advanced-form-time",
"category": "kadence-blocks",
"textdomain": "kadence-blocks",
"attributes": {
"uniqueID": {
"type": "string"
},
"formID": {
"type": "string"
},
"label": {
"type": "string",
"default": ""
},
"showLabel": {
"type": "boolean",
"default": true
},
"required": {
"type": "boolean",
"default": false
},
"defaultValue": {
"type": "string"
},
"defaultParameter": {
"type": "string"
},
"ariaDescription": {
"type": "string",
"default": ""
},
"maxWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"maxWidthUnit": {
"type": "string",
"default": "%"
},
"minWidth": {
"type": "array",
"default": [
"",
"",
""
]
},
"minWidthUnit": {
"type": "string",
"default": "px"
},
"helpText": {
"type": "string",
"default": ""
},
"inputName": {
"type": "string"
},
"auto": {
"type": "string"
},
"autoCustom": {
"type": "string"
},
"errorMessage": {
"type": "string"
},
"requiredMessage": {
"type": "string"
},
"anchor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"html": false,
"ktdynamic": true,
"ktfieldconditional": true,
"reusable": false,
"kbMetadata": true,
"kbContentLabel": "label"
},
"ancestor": [
"kadence/advanced-form"
],
"parent": [
"kadence/advanced-form",
"kadence/column"
]
}