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:
97
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/accept/block.json
vendored
Normal file
97
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/accept/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
113
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/captcha/block.json
vendored
Normal file
113
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/captcha/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
106
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/checkbox/block.json
vendored
Normal file
106
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/checkbox/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
97
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/date/block.json
vendored
Normal file
97
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/date/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
102
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/email/block.json
vendored
Normal file
102
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/email/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
91
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/file/block.json
vendored
Normal file
91
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/file/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
46
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/hidden/block.json
vendored
Normal file
46
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/hidden/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
114
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/number/block.json
vendored
Normal file
114
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/number/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
109
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/radio/block.json
vendored
Normal file
109
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/radio/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
108
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/select/block.json
vendored
Normal file
108
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/select/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
559
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/submit/block.json
vendored
Normal file
559
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/submit/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
102
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/telephone/block.json
vendored
Normal file
102
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/telephone/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
98
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/text/block.json
vendored
Normal file
98
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/text/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
106
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/textarea/block.json
vendored
Normal file
106
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/textarea/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
98
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/time/block.json
vendored
Normal file
98
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/fields/time/block.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user