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
|
||||
}
|
||||
}
|
||||
34
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/block.json
vendored
Normal file
34
wp-content/plugins/kadence-blocks/dist/blocks/advanced-form/block.json
vendored
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
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"
|
||||
]
|
||||
}
|
||||
342
wp-content/plugins/kadence-blocks/dist/blocks/advancedbtn/block.json
vendored
Normal file
342
wp-content/plugins/kadence-blocks/dist/blocks/advancedbtn/block.json
vendored
Normal file
@@ -0,0 +1,342 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Advanced Button",
|
||||
"name": "kadence/advancedbtn",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"hAlign": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"thAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"mhAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"btnCount": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"btns": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"text": "",
|
||||
"link": "",
|
||||
"target": "_self",
|
||||
"size": "",
|
||||
"paddingBT": "",
|
||||
"paddingLR": "",
|
||||
"color": "#555555",
|
||||
"background": "",
|
||||
"border": "#555555",
|
||||
"backgroundOpacity": 1,
|
||||
"borderOpacity": 1,
|
||||
"borderRadius": "",
|
||||
"borderWidth": "",
|
||||
"colorHover": "#ffffff",
|
||||
"backgroundHover": "#444444",
|
||||
"borderHover": "#444444",
|
||||
"backgroundHoverOpacity": 1,
|
||||
"borderHoverOpacity": 1,
|
||||
"icon": "",
|
||||
"iconSide": "right",
|
||||
"iconHover": false,
|
||||
"cssClass": "",
|
||||
"noFollow": false,
|
||||
"gap": 5,
|
||||
"responsiveSize": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"gradient": [
|
||||
"#999999",
|
||||
1,
|
||||
0,
|
||||
100,
|
||||
"linear",
|
||||
180,
|
||||
"center center"
|
||||
],
|
||||
"gradientHover": [
|
||||
"#777777",
|
||||
1,
|
||||
0,
|
||||
100,
|
||||
"linear",
|
||||
180,
|
||||
"center center"
|
||||
],
|
||||
"btnStyle": "basic",
|
||||
"btnSize": "standard",
|
||||
"backgroundType": "solid",
|
||||
"backgroundHoverType": "solid",
|
||||
"width": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"responsivePaddingBT": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"responsivePaddingLR": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"boxShadow": [
|
||||
false,
|
||||
"#000000",
|
||||
0.2,
|
||||
1,
|
||||
1,
|
||||
2,
|
||||
0,
|
||||
false
|
||||
],
|
||||
"boxShadowHover": [
|
||||
false,
|
||||
"#000000",
|
||||
0.4,
|
||||
2,
|
||||
2,
|
||||
3,
|
||||
0,
|
||||
false
|
||||
],
|
||||
"sponsored": false,
|
||||
"download": false,
|
||||
"tabletGap": "",
|
||||
"mobileGap": "",
|
||||
"inheritStyles": "",
|
||||
"iconSize": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"iconPadding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"iconTabletPadding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"iconMobilePadding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"onlyIcon": [
|
||||
false,
|
||||
"",
|
||||
""
|
||||
],
|
||||
"iconColor": "",
|
||||
"iconColorHover": "",
|
||||
"sizeType": "px",
|
||||
"iconSizeType": "px",
|
||||
"label": "",
|
||||
"marginUnit": "px",
|
||||
"margin": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabletMargin": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"mobileMargin": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"anchor": "",
|
||||
"borderStyle": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"letterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"typography": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"googleFont": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"loadGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"fontSubset": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"fontVariant": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"fontWeight": {
|
||||
"type": "string",
|
||||
"default": "regular"
|
||||
},
|
||||
"fontStyle": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"textTransform": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"widthType": {
|
||||
"type": "string",
|
||||
"default": "auto"
|
||||
},
|
||||
"widthUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"forceFullwidth": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"collapseFullwidth": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"desk": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tablet": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"mobile": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"lockBtnCount": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"hideLink": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"gap": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"xs",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"gapUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"vAlign": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"tvAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"mvAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"orientation": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"kbMetadata": true
|
||||
},
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId"
|
||||
]
|
||||
}
|
||||
578
wp-content/plugins/kadence-blocks/dist/blocks/advancedgallery/block.json
vendored
Normal file
578
wp-content/plugins/kadence-blocks/dist/blocks/advancedgallery/block.json
vendored
Normal file
@@ -0,0 +1,578 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Advanced Gallery",
|
||||
"name": "kadence/advancedgallery",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"overflow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"columns": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
2,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"columnControl": {
|
||||
"type": "string",
|
||||
"default": "linked"
|
||||
},
|
||||
"images": {
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"source": "query",
|
||||
"selector": ".kadence-blocks-gallery-item",
|
||||
"query": {
|
||||
"url": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-full-image"
|
||||
},
|
||||
"thumbUrl": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "src"
|
||||
},
|
||||
"lightUrl": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-light-image"
|
||||
},
|
||||
"link": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-link"
|
||||
},
|
||||
"customLink": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-custom-link"
|
||||
},
|
||||
"linkTarget": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-custom-link-target"
|
||||
},
|
||||
"width": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "width"
|
||||
},
|
||||
"height": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "height"
|
||||
},
|
||||
"alt": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "alt",
|
||||
"default": ""
|
||||
},
|
||||
"id": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-id"
|
||||
},
|
||||
"caption": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": ".kadence-blocks-gallery-item__caption"
|
||||
},
|
||||
"linkSponsored": {
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "data-sponsored"
|
||||
}
|
||||
},
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"lightSize": {
|
||||
"type": "string",
|
||||
"default": "full"
|
||||
},
|
||||
"thumbSize": {
|
||||
"type": "string",
|
||||
"default": "large"
|
||||
},
|
||||
"ids": {
|
||||
"type": "array"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"default": "masonry"
|
||||
},
|
||||
"imageRatio": {
|
||||
"type": "string",
|
||||
"default": "land32"
|
||||
},
|
||||
"linkTo": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"showCaption": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"hoverStyle": {
|
||||
"type": "string",
|
||||
"default": "dark"
|
||||
},
|
||||
"captionStyle": {
|
||||
"type": "string",
|
||||
"default": "bottom-hover"
|
||||
},
|
||||
"captionStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": "",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"color": "",
|
||||
"background": "#000000",
|
||||
"backgroundOpacity": 0.8
|
||||
}
|
||||
]
|
||||
},
|
||||
"captionAlignment": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"gutter": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
10,
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"gap": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"gutterUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"mosaicRowHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
150,
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mosaicRowHeightUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"carouselHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
300,
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"imageRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"tabletImageRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileImageRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"imageRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"autoPlay": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"autoSpeed": {
|
||||
"type": "number",
|
||||
"default": 7000
|
||||
},
|
||||
"transSpeed": {
|
||||
"type": "number",
|
||||
"default": 400
|
||||
},
|
||||
"slidesScroll": {
|
||||
"type": "string",
|
||||
"default": "1"
|
||||
},
|
||||
"slideType": {
|
||||
"type": "string",
|
||||
"default": "fade"
|
||||
},
|
||||
"arrowStyle": {
|
||||
"type": "string",
|
||||
"default": "whiteondark"
|
||||
},
|
||||
"dotStyle": {
|
||||
"type": "string",
|
||||
"default": "dark"
|
||||
},
|
||||
"displayShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"shadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 4,
|
||||
"vOffset": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"shadowHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 4,
|
||||
"vOffset": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"imageFilter": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"lightbox": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"lightboxCaption": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"desk": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tablet": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"mobile": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"carouselAlign": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"thumbnailRatio": {
|
||||
"type": "string",
|
||||
"default": "land32"
|
||||
},
|
||||
"thumbnailColumns": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
4,
|
||||
4,
|
||||
4,
|
||||
4,
|
||||
4,
|
||||
4
|
||||
]
|
||||
},
|
||||
"thumbnailControl": {
|
||||
"type": "string",
|
||||
"default": "linked"
|
||||
},
|
||||
"mobileForceHover": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"imagesDynamic": {
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"lazyLoad": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"imagesData": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"url": "",
|
||||
"thumbUrl": "",
|
||||
"lightUrl": "",
|
||||
"link": "",
|
||||
"customLink": "",
|
||||
"linkTarget": "",
|
||||
"width": "",
|
||||
"height": "",
|
||||
"alt": "",
|
||||
"id": "",
|
||||
"caption": "",
|
||||
"linkSponsored": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"anchor": {
|
||||
"type": "string"
|
||||
},
|
||||
"kbVersion": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mosaicType": {
|
||||
"type": "string",
|
||||
"default": "first"
|
||||
},
|
||||
"arrowPosition": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"arrowMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletArrowMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileArrowMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"arrowMarginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"arrowSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"arrowSizeUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"arrowCustomColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorActive": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorBackground": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorBackgroundHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorBackgroundActive": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorBorder": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorBorderHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomColorBorderActive": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"arrowCustomBorderWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"dotCustomColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dotCustomColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dotCustomColorActive": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dotCustomColorBorder": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dotCustomColorBorderHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dotCustomColorBorderActive": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dotCustomBorderWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"showPauseButton": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"align": [
|
||||
"wide",
|
||||
"full",
|
||||
"left",
|
||||
"right"
|
||||
],
|
||||
"html": false,
|
||||
"ktdynamic": true,
|
||||
"kbMetadata": true
|
||||
},
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
]
|
||||
}
|
||||
957
wp-content/plugins/kadence-blocks/dist/blocks/advancedheading/block.json
vendored
Normal file
957
wp-content/plugins/kadence-blocks/dist/blocks/advancedheading/block.json
vendored
Normal file
@@ -0,0 +1,957 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Advanced Text",
|
||||
"name": "kadence/advancedheading",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"content": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "h1,h2,h3,h4,h5,h6,p.wp-block-kadence-advancedheading,span.wp-block-kadence-advancedheading,div.wp-block-kadence-advancedheading",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"level": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"align": {
|
||||
"type": "string"
|
||||
},
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "number"
|
||||
},
|
||||
"sizeType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"lineHeight": {
|
||||
"type": "number"
|
||||
},
|
||||
"lineType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"tabSize": {
|
||||
"type": "number"
|
||||
},
|
||||
"tabLineHeight": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileSize": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileLineHeight": {
|
||||
"type": "number"
|
||||
},
|
||||
"letterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"tabletLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"letterSpacingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"typography": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"googleFont": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"loadGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"fontSubset": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"fontVariant": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"fontWeight": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"fontStyle": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"topMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"tabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMarginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"mobileMarginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"paddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markSizeType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"markLineHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markLineType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"markLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"tabletMarkLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileMarkLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"markLetterSpacingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"markTypography": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"markLoadGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"markFontSubset": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markFontVariant": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markFontWeight": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markFontStyle": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"enableMarkGradient": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"enableMarkBackgroundGradient": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"markGradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markBackgroundGradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markColor": {
|
||||
"type": "string",
|
||||
"default": "#f76a0c"
|
||||
},
|
||||
"markBG": {
|
||||
"type": "string"
|
||||
},
|
||||
"markBGOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"markPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"markTabPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markMobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markPaddingControl": {
|
||||
"type": "string",
|
||||
"default": "linked"
|
||||
},
|
||||
"markPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"markBorder": {
|
||||
"type": "string"
|
||||
},
|
||||
"markBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletMarkBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileMarkBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"markBorderOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"markBorderWidth": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"markBorderStyle": {
|
||||
"type": "string",
|
||||
"default": "solid"
|
||||
},
|
||||
"textTransform": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markTextTransform": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"anchor": {
|
||||
"type": "string"
|
||||
},
|
||||
"colorClass": {
|
||||
"type": "string"
|
||||
},
|
||||
"tabletAlign": {
|
||||
"type": "string"
|
||||
},
|
||||
"mobileAlign": {
|
||||
"type": "string"
|
||||
},
|
||||
"enableTextShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"textOrientation": {
|
||||
"type": "string"
|
||||
},
|
||||
"tabletTextOrientation": {
|
||||
"type": "string"
|
||||
},
|
||||
"mobileTextOrientation": {
|
||||
"type": "string"
|
||||
},
|
||||
"textShadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"enable": false,
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"blur": 1,
|
||||
"hOffset": 1,
|
||||
"vOffset": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"textShadowTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"enable": false,
|
||||
"color": "",
|
||||
"opacity": "",
|
||||
"blur": "",
|
||||
"hOffset": "",
|
||||
"vOffset": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"textShadowMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"enable": false,
|
||||
"color": "",
|
||||
"opacity": "",
|
||||
"blur": "",
|
||||
"hOffset": "",
|
||||
"vOffset": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"htmlTag": {
|
||||
"type": "string",
|
||||
"default": "heading"
|
||||
},
|
||||
"loadItalic": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkTarget": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkNoFollow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkSponsored": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"background": {
|
||||
"type": "string"
|
||||
},
|
||||
"backgroundColorClass": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkStyle": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkHoverColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"fontSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"fontHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"fontHeightType": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"maxWidthType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"maxHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"maxHeightType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"icon": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconSide": {
|
||||
"type": "string",
|
||||
"default": "left"
|
||||
},
|
||||
"iconHover": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"iconPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletIconPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileIconPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"iconPaddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"iconSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"iconSizeUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"iconVerticalAlign": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"iconTitle": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMarkBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMarkBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markBorderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"altTitle": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconTooltip": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconTooltipPlacement": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"iconTooltipDash": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"enableTextGradient": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"textGradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"inlineImageWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
150,
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"inlineImageBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletInlineImageBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileInlineImageBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"inlineImageBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletInlineImageBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileInlineImageBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"inlineImageBorderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"inlineImageVerticalAlign": {
|
||||
"type": "string",
|
||||
"default": "baseline"
|
||||
},
|
||||
"useRatio": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"ratio": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
],
|
||||
"supports": {
|
||||
"ktanimate": true,
|
||||
"ktanimatereveal": true,
|
||||
"ktanimatepreview": true,
|
||||
"ktdynamic": true,
|
||||
"kbMetadata": true,
|
||||
"kbContentLabel": "content"
|
||||
}
|
||||
}
|
||||
899
wp-content/plugins/kadence-blocks/dist/blocks/column/block.json
vendored
Normal file
899
wp-content/plugins/kadence-blocks/dist/blocks/column/block.json
vendored
Normal file
@@ -0,0 +1,899 @@
|
||||
{
|
||||
"apiVersion": 3,
|
||||
"title": "Section",
|
||||
"name": "kadence/column",
|
||||
"category": "kadence-blocks",
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
],
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"topPadding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomPadding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftPadding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightPadding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topPaddingM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomPaddingM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftPaddingM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightPaddingM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topMarginM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomMarginM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftMarginM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightMarginM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"zIndex": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"background": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"backgroundOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"border": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"borderOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"borderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"tabletBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"collapseOrder": {
|
||||
"type": "number"
|
||||
},
|
||||
"backgroundImg": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"bgImg": "",
|
||||
"bgImgID": "",
|
||||
"bgImgSize": "cover",
|
||||
"bgImgPosition": "center center",
|
||||
"bgImgAttachment": "scroll",
|
||||
"bgImgRepeat": "no-repeat"
|
||||
}
|
||||
]
|
||||
},
|
||||
"textAlign": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"textColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkHoverColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"topPaddingT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomPaddingT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftPaddingT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightPaddingT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topMarginT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomMarginT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftMarginT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightMarginT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"displayShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"shadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 0,
|
||||
"vOffset": 0,
|
||||
"inset": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"noCustomDefaults": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"vsdesk": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"vstablet": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"vsmobile": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"paddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"marginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"bgColorClass": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"templateLock": {
|
||||
"type": [
|
||||
"string",
|
||||
"boolean"
|
||||
],
|
||||
"enum": [
|
||||
"all",
|
||||
"insert",
|
||||
"contentOnly",
|
||||
false
|
||||
]
|
||||
},
|
||||
"direction": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"justifyContent": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"wrapContent": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"gutter": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"gutterUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"gutterVariable": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"rowGap": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"rowGapUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"rowGapVariable": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"flexBasis": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"flexBasisUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"verticalAlignment": {
|
||||
"type": "string"
|
||||
},
|
||||
"verticalAlignmentTablet": {
|
||||
"type": "string"
|
||||
},
|
||||
"verticalAlignmentMobile": {
|
||||
"type": "string"
|
||||
},
|
||||
"backgroundImgHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"bgImg": "",
|
||||
"bgImgID": "",
|
||||
"bgImgSize": "cover",
|
||||
"bgImgPosition": "center center",
|
||||
"bgImgAttachment": "scroll",
|
||||
"bgImgRepeat": "no-repeat"
|
||||
}
|
||||
]
|
||||
},
|
||||
"backgroundHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayOpacity": {
|
||||
"type": "number",
|
||||
"default": 0.3
|
||||
},
|
||||
"overlay": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayImg": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"bgImg": "",
|
||||
"bgImgID": "",
|
||||
"bgImgSize": "cover",
|
||||
"bgImgPosition": "center center",
|
||||
"bgImgAttachment": "scroll",
|
||||
"bgImgRepeat": "no-repeat"
|
||||
}
|
||||
]
|
||||
},
|
||||
"overlayHoverOpacity": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"overlayHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayImgHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"bgImg": "",
|
||||
"bgImgID": "",
|
||||
"bgImgSize": "cover",
|
||||
"bgImgPosition": "center center",
|
||||
"bgImgAttachment": "scroll",
|
||||
"bgImgRepeat": "no-repeat"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"borderHoverWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletBorderHoverWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderHoverWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderHoverRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"displayHoverShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"shadowHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 0,
|
||||
"vOffset": 0,
|
||||
"inset": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"textColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkHoverColorHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"link": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkTitle": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkTarget": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkNoFollow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkSponsored": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"maxWidthUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"maxWidthTabletUnit": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"maxWidthMobileUnit": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"height": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"heightUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"htmlTag": {
|
||||
"type": "string",
|
||||
"default": "div"
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"overlayType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"sticky": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"stickyOffset": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"stickyOffsetUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"align": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"backgroundType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"backgroundHoverType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"gradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"gradientHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayGradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayGradientHover": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayHoverType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"tabletBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"tabletBorderHoverRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderHoverRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderHoverRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"gridArea": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayBlendMode": {
|
||||
"type": "string"
|
||||
},
|
||||
"hoverOverlayBlendMode": {
|
||||
"type": "string"
|
||||
},
|
||||
"kadenceFieldConditional": {
|
||||
"type": "object"
|
||||
},
|
||||
"flexGrow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"kbVersion": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"ktanimate": true,
|
||||
"ktanimateadd": true,
|
||||
"ktanimatepreview": true,
|
||||
"ktanimateswipe": true,
|
||||
"ktdynamic": true,
|
||||
"kbcss": true,
|
||||
"kbMetadata": true
|
||||
},
|
||||
"editorStyle": "kadence-blocks-column",
|
||||
"style": "kadence-blocks-column"
|
||||
}
|
||||
496
wp-content/plugins/kadence-blocks/dist/blocks/countdown/block.json
vendored
Normal file
496
wp-content/plugins/kadence-blocks/dist/blocks/countdown/block.json
vendored
Normal file
@@ -0,0 +1,496 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Countdown",
|
||||
"name": "kadence/countdown",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"description": "",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"countdownType": {
|
||||
"type": "string",
|
||||
"default": "date"
|
||||
},
|
||||
"date": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"endDate": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"timeOffset": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"expireAction": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"redirectURL": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"campaignID": {
|
||||
"type": "string"
|
||||
},
|
||||
"evergreenHours": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"evergreenMinutes": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"evergreenReset": {
|
||||
"type": "number",
|
||||
"default": 30
|
||||
},
|
||||
"evergreenStrict": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"repeat": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"stopRepeating": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"frequency": {
|
||||
"type": "string",
|
||||
"default": "daily"
|
||||
},
|
||||
"enableTimer": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"revealOnLoad": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"units": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"days": true,
|
||||
"hours": true,
|
||||
"minutes": true,
|
||||
"seconds": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"timerLayout": {
|
||||
"type": "string",
|
||||
"default": "block"
|
||||
},
|
||||
"timeNumbers": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"countdownDivider": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"preLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"postLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"daysLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"hoursLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"minutesLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"secondsLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"numberColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"numberFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"letterType": "px",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"itemBackground": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"itemBorder": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"itemBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"itemTabletBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"itemMobileBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"itemBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"itemPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"itemPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"itemTabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"itemMobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"labelColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"letterType": "px",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"preLabelColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"preLabelFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"letterType": "px",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"postLabelColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"postLabelFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"letterType": "px",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"counterAlign": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"border": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"borderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"tabletBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"background": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"paddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"containerPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"containerTabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"containerMobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"containerMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"containerTabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"containerMobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"vsdesk": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"vstablet": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"vsmobile": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"enablePauseButton": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"pauseButtonPosition": {
|
||||
"type": "string",
|
||||
"default": "top-right"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"align": [
|
||||
"wide",
|
||||
"full"
|
||||
],
|
||||
"reusable": false,
|
||||
"html": false,
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
26
wp-content/plugins/kadence-blocks/dist/blocks/countdown/countdown-inner/block.json
vendored
Normal file
26
wp-content/plugins/kadence-blocks/dist/blocks/countdown/countdown-inner/block.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Countdown Content",
|
||||
"name": "kadence/countdown-inner",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"parent": [
|
||||
"kadence/countdown"
|
||||
],
|
||||
"description": "",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"inserter": false,
|
||||
"reusable": false,
|
||||
"html": false,
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
23
wp-content/plugins/kadence-blocks/dist/blocks/countdown/countdown-timer/block.json
vendored
Normal file
23
wp-content/plugins/kadence-blocks/dist/blocks/countdown/countdown-timer/block.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Countdown Timer",
|
||||
"name": "kadence/countdown-timer",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"parent": [
|
||||
"kadence/countdown"
|
||||
],
|
||||
"description": "",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"inserter": false,
|
||||
"reusable": false,
|
||||
"html": false,
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
294
wp-content/plugins/kadence-blocks/dist/blocks/countup/block.json
vendored
Normal file
294
wp-content/plugins/kadence-blocks/dist/blocks/countup/block.json
vendored
Normal file
@@ -0,0 +1,294 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Count Up",
|
||||
"name": "kadence/countup",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"description": "",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"displayTitle": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"titleFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"level": 4,
|
||||
"htmlTag": "div",
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "",
|
||||
"letterSpacing": "",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"titlePaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"titlePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleTabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleMobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleMarginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"titleMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleTabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleMobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleAlign": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"titleHoverColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"titleMinHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"numberFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"50",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": "",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"numberPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"numberPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"numberTabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"numberMobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"numberMarginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"numberMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"numberTabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"numberMobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"numberAlign": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"numberColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"numberHoverColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"numberMinHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"start": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"end": {
|
||||
"type": "number",
|
||||
"default": 100
|
||||
},
|
||||
"startDecimal": {
|
||||
"type": "string"
|
||||
},
|
||||
"endDecimal": {
|
||||
"type": "string"
|
||||
},
|
||||
"prefix": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"suffix": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
"default": 2.5
|
||||
},
|
||||
"separator": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"decimal": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"decimalSpaces": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
612
wp-content/plugins/kadence-blocks/dist/blocks/form/block.json
vendored
Normal file
612
wp-content/plugins/kadence-blocks/dist/blocks/form/block.json
vendored
Normal file
@@ -0,0 +1,612 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Form",
|
||||
"name": "kadence/form",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"keywords": [
|
||||
"contact",
|
||||
"marketing",
|
||||
"KB"
|
||||
],
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"postID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"hAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"fields": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"label": "Name",
|
||||
"showLabel": true,
|
||||
"placeholder": "",
|
||||
"default": "",
|
||||
"description": "",
|
||||
"rows": 4,
|
||||
"options": [
|
||||
{
|
||||
"value": "",
|
||||
"label": ""
|
||||
}
|
||||
],
|
||||
"multiSelect": false,
|
||||
"inline": false,
|
||||
"showLink": false,
|
||||
"min": "",
|
||||
"max": "",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"width": [
|
||||
"100",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"auto": "",
|
||||
"errorMessage": "",
|
||||
"requiredMessage": "",
|
||||
"slug": "",
|
||||
"ariaLabel": ""
|
||||
},
|
||||
{
|
||||
"label": "Email",
|
||||
"showLabel": true,
|
||||
"placeholder": "",
|
||||
"default": "",
|
||||
"description": "",
|
||||
"rows": 4,
|
||||
"options": [
|
||||
{
|
||||
"value": "",
|
||||
"label": ""
|
||||
}
|
||||
],
|
||||
"multiSelect": false,
|
||||
"inline": false,
|
||||
"showLink": false,
|
||||
"min": "",
|
||||
"max": "",
|
||||
"type": "email",
|
||||
"required": true,
|
||||
"width": [
|
||||
"100",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"auto": "",
|
||||
"errorMessage": "",
|
||||
"requiredMessage": "",
|
||||
"slug": "",
|
||||
"ariaLabel": ""
|
||||
},
|
||||
{
|
||||
"label": "Message",
|
||||
"showLabel": true,
|
||||
"placeholder": "",
|
||||
"default": "",
|
||||
"description": "",
|
||||
"rows": 4,
|
||||
"options": [
|
||||
{
|
||||
"value": "",
|
||||
"label": ""
|
||||
}
|
||||
],
|
||||
"multiSelect": false,
|
||||
"inline": false,
|
||||
"showLink": false,
|
||||
"min": "",
|
||||
"max": "",
|
||||
"type": "textarea",
|
||||
"required": true,
|
||||
"width": [
|
||||
"100",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"auto": "",
|
||||
"errorMessage": "",
|
||||
"requiredMessage": "",
|
||||
"slug": "",
|
||||
"ariaLabel": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"messages": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"success": "",
|
||||
"error": "",
|
||||
"required": "",
|
||||
"invalid": "",
|
||||
"recaptchaerror": "",
|
||||
"preError": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"messageFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"colorSuccess": "",
|
||||
"colorError": "",
|
||||
"borderSuccess": "",
|
||||
"borderError": "",
|
||||
"backgroundSuccess": "",
|
||||
"backgroundSuccessOpacity": 1,
|
||||
"backgroundError": "",
|
||||
"backgroundErrorOpacity": 1,
|
||||
"borderWidth": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"borderRadius": "",
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": "",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": "",
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"padding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"margin": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"style": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"showRequired": true,
|
||||
"size": "standard",
|
||||
"deskPadding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabletPadding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"mobilePadding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"color": "",
|
||||
"requiredColor": "",
|
||||
"background": "",
|
||||
"border": "",
|
||||
"backgroundOpacity": 1,
|
||||
"borderOpacity": 1,
|
||||
"borderRadius": "",
|
||||
"borderWidth": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"colorActive": "",
|
||||
"backgroundActive": "",
|
||||
"borderActive": "",
|
||||
"backgroundActiveOpacity": 1,
|
||||
"borderActiveOpacity": 1,
|
||||
"gradient": [
|
||||
"#999999",
|
||||
1,
|
||||
0,
|
||||
100,
|
||||
"linear",
|
||||
180,
|
||||
"center center"
|
||||
],
|
||||
"gradientActive": [
|
||||
"#777777",
|
||||
1,
|
||||
0,
|
||||
100,
|
||||
"linear",
|
||||
180,
|
||||
"center center"
|
||||
],
|
||||
"backgroundType": "solid",
|
||||
"backgroundActiveType": "solid",
|
||||
"boxShadow": [
|
||||
false,
|
||||
"#000000",
|
||||
0.2,
|
||||
1,
|
||||
1,
|
||||
2,
|
||||
0,
|
||||
false
|
||||
],
|
||||
"boxShadowActive": [
|
||||
false,
|
||||
"#000000",
|
||||
0.4,
|
||||
2,
|
||||
2,
|
||||
3,
|
||||
0,
|
||||
false
|
||||
],
|
||||
"fontSize": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"fontSizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"rowGap": "",
|
||||
"rowGapType": "px",
|
||||
"gutter": "",
|
||||
"gutterType": "px",
|
||||
"tabletRowGap": "",
|
||||
"mobileRowGap": "",
|
||||
"tabletGutter": "",
|
||||
"mobileGutter": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"labelFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "",
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": "",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": "",
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"padding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"margin": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"submit": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"label": "",
|
||||
"width": [
|
||||
"100",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"size": "standard",
|
||||
"widthType": "auto",
|
||||
"fixedWidth": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"align": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"deskPadding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabletPadding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"mobilePadding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"color": "",
|
||||
"background": "",
|
||||
"border": "",
|
||||
"backgroundOpacity": 1,
|
||||
"borderOpacity": 1,
|
||||
"borderRadius": "",
|
||||
"borderWidth": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"colorHover": "",
|
||||
"backgroundHover": "",
|
||||
"borderHover": "",
|
||||
"backgroundHoverOpacity": 1,
|
||||
"borderHoverOpacity": 1,
|
||||
"icon": "",
|
||||
"iconSide": "right",
|
||||
"iconHover": false,
|
||||
"cssClass": "",
|
||||
"gradient": [
|
||||
"#999999",
|
||||
1,
|
||||
0,
|
||||
100,
|
||||
"linear",
|
||||
180,
|
||||
"center center"
|
||||
],
|
||||
"gradientHover": [
|
||||
"#777777",
|
||||
1,
|
||||
0,
|
||||
100,
|
||||
"linear",
|
||||
180,
|
||||
"center center"
|
||||
],
|
||||
"btnStyle": "basic",
|
||||
"btnSize": "standard",
|
||||
"backgroundType": "solid",
|
||||
"backgroundHoverType": "solid",
|
||||
"boxShadow": [
|
||||
false,
|
||||
"#000000",
|
||||
0.2,
|
||||
1,
|
||||
1,
|
||||
2,
|
||||
0,
|
||||
false
|
||||
],
|
||||
"boxShadowHover": [
|
||||
false,
|
||||
"#000000",
|
||||
0.4,
|
||||
2,
|
||||
2,
|
||||
3,
|
||||
0,
|
||||
false
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"submitMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"desk": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tablet": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"mobile": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px",
|
||||
"control": "linked"
|
||||
}
|
||||
]
|
||||
},
|
||||
"submitFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": "",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": "",
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"actions": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"email"
|
||||
]
|
||||
},
|
||||
"email": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"emailTo": "",
|
||||
"subject": "",
|
||||
"fromEmail": "",
|
||||
"fromName": "",
|
||||
"replyTo": "email_field",
|
||||
"cc": "",
|
||||
"bcc": "",
|
||||
"html": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"redirect": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"recaptcha": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"recaptchaVersion": {
|
||||
"type": "string",
|
||||
"default": "v3"
|
||||
},
|
||||
"honeyPot": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"mailerlite": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"group": [],
|
||||
"map": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"fluentcrm": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"lists": [],
|
||||
"tags": [],
|
||||
"map": [],
|
||||
"doubleOptin": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"containerMarginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"containerMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletContainerMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileContainerMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"submitLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"hAlignFormFeilds": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"align": [
|
||||
"wide",
|
||||
"full"
|
||||
],
|
||||
"ktanimate": true,
|
||||
"ktanimateadd": true,
|
||||
"ktanimatepreview": true,
|
||||
"ktanimateswipe": true,
|
||||
"kbMetadata": true,
|
||||
"inserter": false
|
||||
},
|
||||
"usesContext": [
|
||||
"postId"
|
||||
]
|
||||
}
|
||||
182
wp-content/plugins/kadence-blocks/dist/blocks/googlemaps/block.json
vendored
Normal file
182
wp-content/plugins/kadence-blocks/dist/blocks/googlemaps/block.json
vendored
Normal file
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/googlemaps",
|
||||
"title": "Google Maps",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"width": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"heightDesktop": {
|
||||
"type": "number",
|
||||
"default": 450
|
||||
},
|
||||
"heightTablet": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"heightMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"widthDesktop": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"widthTablet": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"widthMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"zoom": {
|
||||
"type": "number",
|
||||
"default": "11"
|
||||
},
|
||||
"location": {
|
||||
"type": "string",
|
||||
"default": "Golden Gate Bridge"
|
||||
},
|
||||
"lat": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"lng": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"apiType": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"embed",
|
||||
"javascript"
|
||||
],
|
||||
"default": "embed"
|
||||
},
|
||||
"showMarker": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"mapType": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"roadmap",
|
||||
"satellite"
|
||||
],
|
||||
"default": "roadmap"
|
||||
},
|
||||
"mapFilter": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"standard",
|
||||
"grayscale",
|
||||
"invert",
|
||||
"saturate",
|
||||
"sepia"
|
||||
],
|
||||
"default": "standard"
|
||||
},
|
||||
"mapStyle": {
|
||||
"type": "string",
|
||||
"default": "standard"
|
||||
},
|
||||
"showControls": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"customSnazzy": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"mapFilterAmount": {
|
||||
"type": "number",
|
||||
"default": 50
|
||||
},
|
||||
"marginDesktop": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"paddingDesktop": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"textAlign": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"kbVersion": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"kbMetadata": true,
|
||||
"ktdynamic": true
|
||||
}
|
||||
}
|
||||
31
wp-content/plugins/kadence-blocks/dist/blocks/header/block.json
vendored
Normal file
31
wp-content/plugins/kadence-blocks/dist/blocks/header/block.json
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/header",
|
||||
"title": "Header (Adv)",
|
||||
"category": "kadence-blocks",
|
||||
"description": "A collection of blocks that allow visitors to get around your site.",
|
||||
"supports": {
|
||||
"html": false,
|
||||
"customClassName": false,
|
||||
"reusable": false,
|
||||
"lock": false,
|
||||
"kbMetadata": true,
|
||||
"ktdynamic": true
|
||||
},
|
||||
"textdomain": "kadence-blocks",
|
||||
"keywords": [
|
||||
"header",
|
||||
"footer",
|
||||
"navigation"
|
||||
],
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"default": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
129
wp-content/plugins/kadence-blocks/dist/blocks/icon/block.json
vendored
Normal file
129
wp-content/plugins/kadence-blocks/dist/blocks/icon/block.json
vendored
Normal file
@@ -0,0 +1,129 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Icon",
|
||||
"name": "kadence/icon",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"icons": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"icon": "fe_aperture",
|
||||
"link": "",
|
||||
"target": "_self",
|
||||
"size": 50,
|
||||
"width": 2,
|
||||
"title": "",
|
||||
"color": "palette4",
|
||||
"background": "transparent",
|
||||
"border": "palette4",
|
||||
"borderRadius": 0,
|
||||
"borderWidth": 2,
|
||||
"padding": [
|
||||
20,
|
||||
20,
|
||||
20,
|
||||
20
|
||||
],
|
||||
"paddingUnit": "px",
|
||||
"style": "default",
|
||||
"margin": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"marginUnit": "px",
|
||||
"hColor": "",
|
||||
"hBackground": "",
|
||||
"hBorder": "",
|
||||
"linkTitle": "",
|
||||
"tabletSize": "",
|
||||
"mobileSize": "",
|
||||
"tabletMargin": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"mobileMargin": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tabletPadding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"mobilePadding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"iconCount": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"blockAlignment": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"textAlignment": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"tabletTextAlignment": {
|
||||
"type": "string"
|
||||
},
|
||||
"mobileTextAlignment": {
|
||||
"type": "string"
|
||||
},
|
||||
"wrapIcons": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"verticalAlignment": {
|
||||
"type": "string"
|
||||
},
|
||||
"gap": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"gapUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"ktdynamic": true,
|
||||
"kbMetadata": true
|
||||
},
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
]
|
||||
}
|
||||
247
wp-content/plugins/kadence-blocks/dist/blocks/iconlist/block.json
vendored
Normal file
247
wp-content/plugins/kadence-blocks/dist/blocks/iconlist/block.json
vendored
Normal file
@@ -0,0 +1,247 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Icon List",
|
||||
"name": "kadence/iconlist",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"items": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"icon": "fe_checkCircle",
|
||||
"link": "",
|
||||
"target": "_self",
|
||||
"size": 20,
|
||||
"width": 2,
|
||||
"text": "",
|
||||
"color": "",
|
||||
"background": "",
|
||||
"border": "",
|
||||
"borderRadius": 0,
|
||||
"padding": 5,
|
||||
"borderWidth": 1,
|
||||
"style": "default",
|
||||
"level": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"listStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"color": "",
|
||||
"textTransform": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"listCount": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"columns": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"tabletColumns": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mobileColumns": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"listGap": {
|
||||
"type": "number",
|
||||
"default": 5
|
||||
},
|
||||
"tabletListGap": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mobileListGap": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"columnGap": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"tabletColumnGap": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mobileColumnGap": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"listLabelGap": {
|
||||
"type": "number",
|
||||
"default": 10
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"blockAlignment": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"listMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"0",
|
||||
"0",
|
||||
"sm",
|
||||
"0"
|
||||
]
|
||||
},
|
||||
"tabletListMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileListMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"listMarginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"listPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletListPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileListPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"listPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"iconAlign": {
|
||||
"type": "string",
|
||||
"default": "middle"
|
||||
},
|
||||
"iconSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"icon": {
|
||||
"type": "string",
|
||||
"default": "fe_checkCircle"
|
||||
},
|
||||
"width": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"color": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"background": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"border": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"padding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"borderWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"default": "default"
|
||||
},
|
||||
"linkUnderline": {
|
||||
"type": "string",
|
||||
"default": "inherit"
|
||||
},
|
||||
"linkColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkHoverColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"providesContext": {
|
||||
"kadence/listIcon": "icon",
|
||||
"kadence/listIconWidth": "width"
|
||||
},
|
||||
"usesContext": [
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
],
|
||||
"supports": {
|
||||
"ktdynamic": true,
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
197
wp-content/plugins/kadence-blocks/dist/blocks/identity/block.json
vendored
Normal file
197
wp-content/plugins/kadence-blocks/dist/blocks/identity/block.json
vendored
Normal file
@@ -0,0 +1,197 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/identity",
|
||||
"title": "Site identity",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"align": {
|
||||
"type": "string"
|
||||
},
|
||||
"showSiteTitle": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"linkToHomepage": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"textVerticalAlign": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"link": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"showSiteTagline": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"layout": {
|
||||
"type": "string",
|
||||
"default": "logo-left"
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"titleTypography": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"letterType": "px",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"taglineTypography": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"letterType": "px",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"urlTransparent": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"idTransparent": {
|
||||
"type": "number"
|
||||
},
|
||||
"sizeSlugTransparent": {
|
||||
"type": "string"
|
||||
},
|
||||
"urlSticky": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"idSticky": {
|
||||
"type": "number"
|
||||
},
|
||||
"sizeSlugSticky": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"usesContext": [
|
||||
"kadence/headerPostId",
|
||||
"kadence/headerIsSticky",
|
||||
"kadence/headerIsTransparent"
|
||||
],
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
533
wp-content/plugins/kadence-blocks/dist/blocks/image/block.json
vendored
Normal file
533
wp-content/plugins/kadence-blocks/dist/blocks/image/block.json
vendored
Normal file
@@ -0,0 +1,533 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/image",
|
||||
"title": "Advanced Image",
|
||||
"category": "kadence-blocks",
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"allowResize",
|
||||
"imageCrop",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow",
|
||||
"kadence/headerPostId",
|
||||
"kadence/headerIsSticky",
|
||||
"kadence/headerIsTransparent"
|
||||
],
|
||||
"description": "Image block with greater controls and advanced features",
|
||||
"keywords": [
|
||||
"img",
|
||||
"image",
|
||||
"photo",
|
||||
"kb"
|
||||
],
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"align": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string",
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "src",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"alt": {
|
||||
"type": "string",
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "alt",
|
||||
"default": "",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"caption": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "figcaption",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"source": "attribute",
|
||||
"selector": "img",
|
||||
"attribute": "title",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"id": {
|
||||
"type": "number",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"width": {
|
||||
"type": "number"
|
||||
},
|
||||
"height": {
|
||||
"type": "number"
|
||||
},
|
||||
"imgMaxWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"imgMaxWidthTablet": {
|
||||
"type": "number"
|
||||
},
|
||||
"imgMaxWidthMobile": {
|
||||
"type": "number"
|
||||
},
|
||||
"sizeSlug": {
|
||||
"type": "string"
|
||||
},
|
||||
"ratio": {
|
||||
"type": "string"
|
||||
},
|
||||
"useRatio": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"link": {
|
||||
"type": "string",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"linkTarget": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkNoFollow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkSponsored": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkDestination": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkTitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkClass": {
|
||||
"type": "string",
|
||||
"source": "attribute",
|
||||
"selector": "figure > a",
|
||||
"attribute": "class"
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"marginDesktop": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"paddingDesktop": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"borderColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"backgroundColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"borderWidthUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"borderWidthDesktop": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderWidthTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderWidthMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"displayBoxShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"boxShadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 0,
|
||||
"vOffset": 0,
|
||||
"inset": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"displayDropShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"dropShadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"blur": 14,
|
||||
"hOffset": 0,
|
||||
"vOffset": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
"imageFilter": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"showCaption": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"captionStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"color": "",
|
||||
"background": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"maskSvg": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"maskUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"maskSize": {
|
||||
"type": "string",
|
||||
"default": "auto"
|
||||
},
|
||||
"maskPosition": {
|
||||
"type": "string",
|
||||
"default": "center center"
|
||||
},
|
||||
"maskRepeat": {
|
||||
"type": "string",
|
||||
"default": "no-repeat"
|
||||
},
|
||||
"zIndex": {
|
||||
"type": "number"
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"preventLazyLoad": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"globalAlt": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"overlayOpacity": {
|
||||
"type": "number",
|
||||
"default": 0.3
|
||||
},
|
||||
"overlay": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"overlayGradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayBlendMode": {
|
||||
"type": "string"
|
||||
},
|
||||
"urlSticky": {
|
||||
"type": "string"
|
||||
},
|
||||
"altSticky": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleSticky": {
|
||||
"type": "string"
|
||||
},
|
||||
"idSticky": {
|
||||
"type": "number"
|
||||
},
|
||||
"widthSticky": {
|
||||
"type": "number"
|
||||
},
|
||||
"heightSticky": {
|
||||
"type": "number"
|
||||
},
|
||||
"sizeSlugSticky": {
|
||||
"type": "string"
|
||||
},
|
||||
"urlTransparent": {
|
||||
"type": "string"
|
||||
},
|
||||
"altTransparent": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleTransparent": {
|
||||
"type": "string"
|
||||
},
|
||||
"idTransparent": {
|
||||
"type": "number"
|
||||
},
|
||||
"widthTransparent": {
|
||||
"type": "number"
|
||||
},
|
||||
"heightTransparent": {
|
||||
"type": "number"
|
||||
},
|
||||
"sizeSlugTransparent": {
|
||||
"type": "string"
|
||||
},
|
||||
"imagePosition": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"tooltip": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": ".kb-tooltip-hidden-content",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"tooltipPlacement": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"tooltipDash": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"ktanimate": true,
|
||||
"ktanimateadd": true,
|
||||
"ktanimatepreview": true,
|
||||
"ktdynamic": true,
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
893
wp-content/plugins/kadence-blocks/dist/blocks/infobox/block.json
vendored
Normal file
893
wp-content/plugins/kadence-blocks/dist/blocks/infobox/block.json
vendored
Normal file
@@ -0,0 +1,893 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/infobox",
|
||||
"title": "Info Box",
|
||||
"category": "kadence-blocks",
|
||||
"description": "Create beautiful information boxes using icons or images.",
|
||||
"textdomain": "kadence-blocks",
|
||||
"keywords": [
|
||||
"kb",
|
||||
"info",
|
||||
"icon"
|
||||
],
|
||||
"supports": {
|
||||
"ktdynamic": true,
|
||||
"kbMetadata": true
|
||||
},
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
],
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"link": {
|
||||
"type": "string",
|
||||
"source": "attribute",
|
||||
"attribute": "href",
|
||||
"selector": "a.info-box-link"
|
||||
},
|
||||
"linkProperty": {
|
||||
"type": "string",
|
||||
"default": "box"
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"source": "attribute",
|
||||
"attribute": "target",
|
||||
"selector": "a.info-box-link",
|
||||
"default": "_self"
|
||||
},
|
||||
"hAlign": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"hAlignTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"hAlignMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"containerBackground": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"containerBackgroundOpacity": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"containerHoverBackground": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"containerHoverBackgroundOpacity": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"containerBorder": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"containerBorderOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"containerHoverBorder": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"containerHoverBorderOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"containerBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"containerBorderRadius": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"containerPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"xs",
|
||||
"xs",
|
||||
"xs",
|
||||
"xs"
|
||||
]
|
||||
},
|
||||
"containerTabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"containerMobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"containerPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"mediaType": {
|
||||
"type": "string",
|
||||
"default": "icon"
|
||||
},
|
||||
"mediaAlign": {
|
||||
"type": "string",
|
||||
"default": "top"
|
||||
},
|
||||
"mediaImage": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"url": "",
|
||||
"id": "",
|
||||
"alt": "",
|
||||
"width": "",
|
||||
"height": "",
|
||||
"maxWidth": "",
|
||||
"hoverAnimation": "none",
|
||||
"flipUrl": "",
|
||||
"flipId": "",
|
||||
"flipAlt": "",
|
||||
"flipWidth": "",
|
||||
"flipHeight": "",
|
||||
"subtype": "",
|
||||
"flipSubtype": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"mediaIcon": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"icon": "fe_aperture",
|
||||
"size": 50,
|
||||
"unit": "px",
|
||||
"width": 2,
|
||||
"title": "",
|
||||
"color": "",
|
||||
"hoverColor": "",
|
||||
"hoverAnimation": "none",
|
||||
"flipIcon": "",
|
||||
"tabletSize": "",
|
||||
"mobileSize": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"mediaStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"background": "",
|
||||
"hoverBackground": "",
|
||||
"border": "",
|
||||
"hoverBorder": "",
|
||||
"borderRadius": 0,
|
||||
"borderRadiusUnit": "px",
|
||||
"borderWidth": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"borderWidthUnit": "px",
|
||||
"padding": [
|
||||
10,
|
||||
10,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"paddingUnit": "px",
|
||||
"margin": [
|
||||
0,
|
||||
15,
|
||||
0,
|
||||
15
|
||||
],
|
||||
"marginUnit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"displayTitle": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"title": {
|
||||
"type": "rich-text",
|
||||
"source": "rich-text",
|
||||
"selector": ".kt-blocks-info-box-title",
|
||||
"default": "Title"
|
||||
},
|
||||
"titleColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"titleHoverColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"titleMinHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleMinHeightUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"titleTagType": {
|
||||
"type": "string",
|
||||
"default": "heading"
|
||||
},
|
||||
"titleFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"level": 2,
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": "",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"padding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"paddingControl": "linked",
|
||||
"margin": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"marginControl": "individual",
|
||||
"paddingUnit": "px",
|
||||
"marginUnit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"displayText": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"contentText": {
|
||||
"type": "rich-text",
|
||||
"source": "rich-text",
|
||||
"selector": ".kt-blocks-info-box-text",
|
||||
"default": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean diam dolor, accumsan sed rutrum vel, dapibus et leo."
|
||||
},
|
||||
"textColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"textHoverColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"textMinHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"textMinHeightUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"textFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": "",
|
||||
"family": "",
|
||||
"google": "",
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"textTransform": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"textSpacing": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"padding": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"paddingControl": "linked",
|
||||
"margin": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"marginControl": "linked"
|
||||
}
|
||||
]
|
||||
},
|
||||
"displayLearnMore": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"learnMore": {
|
||||
"type": "rich-text",
|
||||
"source": "rich-text",
|
||||
"selector": ".kt-blocks-info-box-learnmore",
|
||||
"default": "Learn More"
|
||||
},
|
||||
"learnMoreStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": "",
|
||||
"family": "",
|
||||
"google": "",
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"padding": [
|
||||
4,
|
||||
8,
|
||||
4,
|
||||
8
|
||||
],
|
||||
"paddingControl": "individual",
|
||||
"margin": [
|
||||
10,
|
||||
0,
|
||||
10,
|
||||
0
|
||||
],
|
||||
"marginControl": "individual",
|
||||
"color": "",
|
||||
"background": "transparent",
|
||||
"border": "",
|
||||
"borderRadius": 0,
|
||||
"borderWidth": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"borderControl": "linked",
|
||||
"colorHover": "",
|
||||
"backgroundHover": "",
|
||||
"borderHover": "",
|
||||
"hoverEffect": "revealBorder",
|
||||
"paddingTablet": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"paddingMobile": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"paddingType": "px",
|
||||
"textTransform": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"displayShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"shadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0,
|
||||
"spread": 0,
|
||||
"blur": 0,
|
||||
"hOffset": 0,
|
||||
"vOffset": 0,
|
||||
"inset": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletShadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "",
|
||||
"opacity": "",
|
||||
"spread": "",
|
||||
"blur": "",
|
||||
"hOffset": "",
|
||||
"vOffset": "",
|
||||
"inset": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileShadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "",
|
||||
"opacity": "",
|
||||
"spread": "",
|
||||
"blur": "",
|
||||
"hOffset": "",
|
||||
"vOffset": "",
|
||||
"inset": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"shadowHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 0,
|
||||
"vOffset": 0,
|
||||
"inset": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletShadowHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "",
|
||||
"opacity": "",
|
||||
"spread": "",
|
||||
"blur": "",
|
||||
"hOffset": "",
|
||||
"vOffset": "",
|
||||
"inset": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileShadowHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "",
|
||||
"opacity": "",
|
||||
"spread": "",
|
||||
"blur": "",
|
||||
"hOffset": "",
|
||||
"vOffset": "",
|
||||
"inset": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"showPresets": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"mediaVAlign": {
|
||||
"type": "string",
|
||||
"default": "middle"
|
||||
},
|
||||
"mediaAlignMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"mediaAlignTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"tabletMaxWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mobileMaxWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"maxWidthUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"maxWidthTabletUnit": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"maxWidthMobileUnit": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"containerMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletContainerMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileContainerMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"containerMarginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"linkNoFollow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkSponsored": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"number": {
|
||||
"type": "rich-text",
|
||||
"source": "rich-text",
|
||||
"selector": "div.kt-blocks-info-box-number",
|
||||
"default": ""
|
||||
},
|
||||
"mediaNumber": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"family": "",
|
||||
"google": false,
|
||||
"hoverAnimation": "none",
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"imageRatio": {
|
||||
"type": "string",
|
||||
"default": "inherit"
|
||||
},
|
||||
"linkTitle": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"fullHeight": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"kbVersion": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
386
wp-content/plugins/kadence-blocks/dist/blocks/listitem/block.json
vendored
Normal file
386
wp-content/plugins/kadence-blocks/dist/blocks/listitem/block.json
vendored
Normal file
@@ -0,0 +1,386 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"parent": [
|
||||
"kadence/iconlist"
|
||||
],
|
||||
"title": "List item",
|
||||
"name": "kadence/listitem",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"icon": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"showIcon": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"link": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"linkNoFollow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"linkSponsored": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"default": "_self",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"size": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"width": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"text": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": ".kt-svg-icon-list-text",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"color": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"background": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"border": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"padding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"borderWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"level": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"iconTitle": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"tooltip": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": ".kb-tooltip-hidden-content",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"tooltipPlacement": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"tooltipSelection": {
|
||||
"type": "string",
|
||||
"default": "both"
|
||||
},
|
||||
"tooltipDash": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"markSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markSizeType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"markLineHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markLineType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"markLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"tabletMarkLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileMarkLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"markLetterSpacingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"markTypography": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"markLoadGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"markFontSubset": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markFontVariant": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markFontWeight": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markFontStyle": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"enableMarkGradient": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"enableMarkBackgroundGradient": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"markGradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markBackgroundGradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markColor": {
|
||||
"type": "string",
|
||||
"default": "#f76a0c"
|
||||
},
|
||||
"markBG": {
|
||||
"type": "string"
|
||||
},
|
||||
"markBGOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"markPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"markTabPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markMobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markPaddingControl": {
|
||||
"type": "string",
|
||||
"default": "linked"
|
||||
},
|
||||
"markPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"markBorder": {
|
||||
"type": "string"
|
||||
},
|
||||
"markBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletMarkBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileMarkBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"markBorderOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"markBorderWidth": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"markBorderStyle": {
|
||||
"type": "string",
|
||||
"default": "solid"
|
||||
},
|
||||
"markTextTransform": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"markBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMarkBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMarkBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"markBorderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
}
|
||||
},
|
||||
"usesContext": [
|
||||
"kadence/listIcon",
|
||||
"kadence/listIconWidth",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
],
|
||||
"supports": {
|
||||
"ktdynamic": true,
|
||||
"html": false,
|
||||
"reusable": false,
|
||||
"kbMetadata": true,
|
||||
"kbContentLabel": "text"
|
||||
}
|
||||
}
|
||||
160
wp-content/plugins/kadence-blocks/dist/blocks/lottie/block.json
vendored
Normal file
160
wp-content/plugins/kadence-blocks/dist/blocks/lottie/block.json
vendored
Normal file
@@ -0,0 +1,160 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/lottie",
|
||||
"title": "Lottie Animations",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"align": {
|
||||
"type": "string"
|
||||
},
|
||||
"fileSrc": {
|
||||
"type": "string",
|
||||
"default": "url"
|
||||
},
|
||||
"fileUrl": {
|
||||
"type": "string",
|
||||
"default": "https://assets10.lottiefiles.com/packages/lf20_rqcjx8hr.json"
|
||||
},
|
||||
"localFile": {
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"showControls": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"autoplay": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"loop": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"onlyPlayOnHover": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"onlyPlayOnScroll": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"waitUntilInView": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"startFrame": {
|
||||
"type": "number",
|
||||
"default": "0"
|
||||
},
|
||||
"endFrame": {
|
||||
"type": "number",
|
||||
"default": "100"
|
||||
},
|
||||
"bouncePlayback": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"playbackSpeed": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"loopLimit": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"delay": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"width": {
|
||||
"type": "number",
|
||||
"default": "0"
|
||||
},
|
||||
"ratio": {
|
||||
"type": "number",
|
||||
"default": 100
|
||||
},
|
||||
"useRatio": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"marginDesktop": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"paddingDesktop": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
2397
wp-content/plugins/kadence-blocks/dist/blocks/navigation-link/block.json
vendored
Normal file
2397
wp-content/plugins/kadence-blocks/dist/blocks/navigation-link/block.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
46
wp-content/plugins/kadence-blocks/dist/blocks/navigation/block.json
vendored
Normal file
46
wp-content/plugins/kadence-blocks/dist/blocks/navigation/block.json
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/navigation",
|
||||
"title": "Navigation (Adv)",
|
||||
"category": "kadence-blocks",
|
||||
"description": "An advanced navigation block.",
|
||||
"keywords": [
|
||||
"menu",
|
||||
"navigation",
|
||||
"links"
|
||||
],
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"default": 0
|
||||
},
|
||||
"templateKey": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"makePost": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"align": [
|
||||
"wide",
|
||||
"full"
|
||||
],
|
||||
"reusable": false,
|
||||
"ariaLabel": true,
|
||||
"html": false,
|
||||
"customClassName": false
|
||||
},
|
||||
"usesContext": [
|
||||
"kadence/headerPostId",
|
||||
"kadence/headerIsSticky",
|
||||
"kadence/headerIsTransparent"
|
||||
]
|
||||
}
|
||||
230
wp-content/plugins/kadence-blocks/dist/blocks/posts/block.json
vendored
Normal file
230
wp-content/plugins/kadence-blocks/dist/blocks/posts/block.json
vendored
Normal file
@@ -0,0 +1,230 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Posts",
|
||||
"name": "kadence/posts",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"columns": {
|
||||
"type": "number",
|
||||
"default": 3
|
||||
},
|
||||
"postsToShow": {
|
||||
"type": "number",
|
||||
"default": 6
|
||||
},
|
||||
"offsetQuery": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"allowSticky": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"postType": {
|
||||
"type": "string",
|
||||
"default": "post"
|
||||
},
|
||||
"postTax": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"taxType": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"order": {
|
||||
"type": "string",
|
||||
"default": "desc"
|
||||
},
|
||||
"orderBy": {
|
||||
"type": "string",
|
||||
"default": "date"
|
||||
},
|
||||
"excludeTax": {
|
||||
"type": "string",
|
||||
"default": "include"
|
||||
},
|
||||
"categories": {
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"alignImage": {
|
||||
"type": "string",
|
||||
"default": "beside"
|
||||
},
|
||||
"image": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"imageSize": {
|
||||
"type": "string",
|
||||
"default": "medium_large"
|
||||
},
|
||||
"imageRatio": {
|
||||
"type": "string",
|
||||
"default": "2-3"
|
||||
},
|
||||
"aboveCategories": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"customKadenceArchiveColors": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"categoriesDivider": {
|
||||
"type": "string",
|
||||
"default": "vline"
|
||||
},
|
||||
"categoriesStyle": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"meta": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"metaDivider": {
|
||||
"type": "string",
|
||||
"default": "dot"
|
||||
},
|
||||
"author": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"authorImage": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"authorLink": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"authorImageSize": {
|
||||
"type": "number",
|
||||
"default": 25
|
||||
},
|
||||
"authorEnabledLabel": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"authorLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"date": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"dateEnabledLabel": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"dateLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"dateUpdated": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"dateUpdatedEnabledLabel": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"dateUpdatedLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"metaCategories": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"metaCategoriesEnabledLabel": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"metaCategoriesLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"comments": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"excerpt": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"excerptCustomLength": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"excerptLength": {
|
||||
"type": "number",
|
||||
"default": 40
|
||||
},
|
||||
"readmore": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"readmoreLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"loopStyle": {
|
||||
"type": "string",
|
||||
"default": "boxed"
|
||||
},
|
||||
"titleFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"level": 2,
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"letterType": "px",
|
||||
"textTransform": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletColumns": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileColumns": {
|
||||
"type": "number"
|
||||
},
|
||||
"showUnique": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"html": false,
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
329
wp-content/plugins/kadence-blocks/dist/blocks/progress-bar/block.json
vendored
Normal file
329
wp-content/plugins/kadence-blocks/dist/blocks/progress-bar/block.json
vendored
Normal file
@@ -0,0 +1,329 @@
|
||||
{
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/progress-bar",
|
||||
"title": "Progress Bar",
|
||||
"category": "kadence-blocks",
|
||||
"description": "Kadence progress bar",
|
||||
"textdomain": "kadence-blocks",
|
||||
"keywords": [
|
||||
"kb",
|
||||
"progress bar"
|
||||
],
|
||||
"attributes": {
|
||||
"align": {
|
||||
"type": "string"
|
||||
},
|
||||
"hAlign": {
|
||||
"type": "string",
|
||||
"default": "space-between"
|
||||
},
|
||||
"thAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"mhAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"width": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"labelPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletLabelPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileLabelPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"labelPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"barBackground": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"barBackgroundOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"progressWidth": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"progressWidthTablet": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"progressWidthMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"progressColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"progressOpacity": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"barType": {
|
||||
"enum": [
|
||||
"line",
|
||||
"circle",
|
||||
"semicircle",
|
||||
"line-mask"
|
||||
],
|
||||
"default": "line",
|
||||
"type": "string"
|
||||
},
|
||||
"containerMaxWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"tabletContainerMaxWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileContainerMaxWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"containerMaxWidthUnits": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"labelLayout": {
|
||||
"type": "string",
|
||||
"default": "lp"
|
||||
},
|
||||
"displayLabel": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"delayUntilInView": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"labelFont": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"color": "",
|
||||
"level": 6,
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"padding": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"margin": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"labelPosition": {
|
||||
"default": "above",
|
||||
"type": "string"
|
||||
},
|
||||
"numberFont": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"color": "",
|
||||
"level": 6,
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"padding": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"margin": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"progressAmount": {
|
||||
"type": "number",
|
||||
"default": 90
|
||||
},
|
||||
"progressMax": {
|
||||
"type": "number",
|
||||
"default": 100
|
||||
},
|
||||
"displayPercent": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"decimal": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"numberPrefix": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"numberSuffix": {
|
||||
"type": "string",
|
||||
"default": "%"
|
||||
},
|
||||
"numberIsRelative": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"easing": {
|
||||
"enum": [
|
||||
"easeIn",
|
||||
"easeOut",
|
||||
"linear",
|
||||
"easeInOut"
|
||||
],
|
||||
"default": "easeInOut",
|
||||
"type": "string"
|
||||
},
|
||||
"progressBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"maskIterations": {
|
||||
"type": "number",
|
||||
"default": 5
|
||||
},
|
||||
"maskSvg": {
|
||||
"type": "string",
|
||||
"default": "star"
|
||||
},
|
||||
"maskUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"ariaLabel": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"showMaxProgressOnPageLoad": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
}
|
||||
932
wp-content/plugins/kadence-blocks/dist/blocks/rowlayout/block.json
vendored
Normal file
932
wp-content/plugins/kadence-blocks/dist/blocks/rowlayout/block.json
vendored
Normal file
@@ -0,0 +1,932 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/rowlayout",
|
||||
"title": "Row Layout",
|
||||
"category": "kadence-blocks",
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
],
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"columns": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"mobileLayout": {
|
||||
"type": "string",
|
||||
"default": "row"
|
||||
},
|
||||
"tabletLayout": {
|
||||
"type": "string",
|
||||
"default": "inherit"
|
||||
},
|
||||
"collapseOrder": {
|
||||
"type": "string",
|
||||
"default": "left-to-right"
|
||||
},
|
||||
"collapseOrderTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"collapseGutter": {
|
||||
"type": "string",
|
||||
"default": "default"
|
||||
},
|
||||
"tabletRowGutter": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"mobileRowGutter": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"rowGutterType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"customRowGutter": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"columnGutter": {
|
||||
"type": "string",
|
||||
"default": "default"
|
||||
},
|
||||
"tabletGutter": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"mobileGutter": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"gutterType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"customGutter": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"colLayout": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"currentTab": {
|
||||
"type": "string",
|
||||
"default": "desk"
|
||||
},
|
||||
"currentOverlayTab": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"htmlTag": {
|
||||
"type": "string",
|
||||
"default": "div"
|
||||
},
|
||||
"minHeight": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topPadding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomPadding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftPadding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightPadding": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topPaddingM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomPaddingM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"leftPaddingM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rightPaddingM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomMargin": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topMarginM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomMarginM": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bgColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"bgImg": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"bgImgID": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bgImgSize": {
|
||||
"type": "string",
|
||||
"default": "cover"
|
||||
},
|
||||
"bgImgPosition": {
|
||||
"type": "string",
|
||||
"default": "center center"
|
||||
},
|
||||
"bgImgAttachment": {
|
||||
"type": "string",
|
||||
"default": "scroll"
|
||||
},
|
||||
"bgImgRepeat": {
|
||||
"type": "string",
|
||||
"default": "no-repeat"
|
||||
},
|
||||
"overlay": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlaySecond": {
|
||||
"type": "string",
|
||||
"default": "#00B5E2"
|
||||
},
|
||||
"overlayFirstOpacity": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"overlaySecondOpacity": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"overlayGradLoc": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"overlayGradLocSecond": {
|
||||
"type": "number",
|
||||
"default": 100
|
||||
},
|
||||
"overlayGradType": {
|
||||
"type": "string",
|
||||
"default": "linear"
|
||||
},
|
||||
"overlayGradAngle": {
|
||||
"type": "number",
|
||||
"default": 180
|
||||
},
|
||||
"overlayBgImg": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayBgImgID": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"overlayBgImgSize": {
|
||||
"type": "string",
|
||||
"default": "cover"
|
||||
},
|
||||
"overlayBgImgPosition": {
|
||||
"type": "string",
|
||||
"default": "center center"
|
||||
},
|
||||
"overlayBgImgAttachment": {
|
||||
"type": "string",
|
||||
"default": "scroll"
|
||||
},
|
||||
"overlayBgImgRepeat": {
|
||||
"type": "string",
|
||||
"default": "no-repeat"
|
||||
},
|
||||
"overlayOpacity": {
|
||||
"type": "number",
|
||||
"default": 30
|
||||
},
|
||||
"overlayBlendMode": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"blockAlignment": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"align": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"verticalAlignment": {
|
||||
"type": "string",
|
||||
"default": "top"
|
||||
},
|
||||
"topSep": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"topSepColor": {
|
||||
"type": "string",
|
||||
"default": "#ffffff"
|
||||
},
|
||||
"topSepFlip": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"topSepHeight": {
|
||||
"type": "number",
|
||||
"default": 100
|
||||
},
|
||||
"topSepHeightTab": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topSepHeightMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topSepHeightUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"bottomSep": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"bottomSepColor": {
|
||||
"type": "string",
|
||||
"default": "#ffffff"
|
||||
},
|
||||
"bottomSepFlip": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"bottomSepHeight": {
|
||||
"type": "number",
|
||||
"default": 100
|
||||
},
|
||||
"bottomSepWidth": {
|
||||
"type": "number",
|
||||
"default": 100
|
||||
},
|
||||
"bottomSepWidthTab": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomSepWidthMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomSepHeightUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"bottomSepHeightTab": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomSepHeightMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"firstColumnWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"secondColumnWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"thirdColumnWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"fourthColumnWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"fifthColumnWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"sixthColumnWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"firstColumnWidthTablet": {
|
||||
"type": "number"
|
||||
},
|
||||
"secondColumnWidthTablet": {
|
||||
"type": "number"
|
||||
},
|
||||
"thirdColumnWidthTablet": {
|
||||
"type": "number"
|
||||
},
|
||||
"fourthColumnWidthTablet": {
|
||||
"type": "number"
|
||||
},
|
||||
"fifthColumnWidthTablet": {
|
||||
"type": "number"
|
||||
},
|
||||
"sixthColumnWidthTablet": {
|
||||
"type": "number"
|
||||
},
|
||||
"firstColumnWidthMobile": {
|
||||
"type": "number"
|
||||
},
|
||||
"secondColumnWidthMobile": {
|
||||
"type": "number"
|
||||
},
|
||||
"thirdColumnWidthMobile": {
|
||||
"type": "number"
|
||||
},
|
||||
"fourthColumnWidthMobile": {
|
||||
"type": "number"
|
||||
},
|
||||
"fifthColumnWidthMobile": {
|
||||
"type": "number"
|
||||
},
|
||||
"sixthColumnWidthMobile": {
|
||||
"type": "number"
|
||||
},
|
||||
"textColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkHoverColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"topMarginT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bottomMarginT": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"minHeightUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"maxWidthUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"columnsUnlocked": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"tabletBackground": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"enable": false,
|
||||
"bgColor": "",
|
||||
"bgImg": "",
|
||||
"bgImgID": "",
|
||||
"bgImgSize": "cover",
|
||||
"bgImgPosition": "center center",
|
||||
"bgImgAttachment": "scroll",
|
||||
"bgImgRepeat": "no-repeat",
|
||||
"forceOverDesk": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletOverlay": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"enable": false,
|
||||
"currentOverlayTab": "normal",
|
||||
"overlay": "",
|
||||
"overlaySecond": "#00B5E2",
|
||||
"overlayGradLoc": 0,
|
||||
"overlayGradLocSecond": 100,
|
||||
"overlayGradType": "linear",
|
||||
"overlayGradAngle": 180,
|
||||
"overlayBgImg": "",
|
||||
"overlayBgImgID": "",
|
||||
"overlayBgImgSize": "cover",
|
||||
"overlayBgImgPosition": "center center",
|
||||
"overlayBgImgAttachment": "scroll",
|
||||
"overlayBgImgRepeat": "no-repeat",
|
||||
"overlayOpacity": 30,
|
||||
"overlayBlendMod": "none"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileBackground": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"enable": false,
|
||||
"bgColor": "",
|
||||
"bgImg": "",
|
||||
"bgImgID": "",
|
||||
"bgImgSize": "cover",
|
||||
"bgImgPosition": "center center",
|
||||
"bgImgAttachment": "scroll",
|
||||
"bgImgRepeat": "no-repeat",
|
||||
"forceOverDesk": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileOverlay": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"enable": false,
|
||||
"currentOverlayTab": "normal",
|
||||
"overlay": "",
|
||||
"overlaySecond": "#00B5E2",
|
||||
"overlayGradLoc": 0,
|
||||
"overlayGradLocSecond": 100,
|
||||
"overlayGradType": "linear",
|
||||
"overlayGradAngle": 180,
|
||||
"overlayBgImg": "",
|
||||
"overlayBgImgID": "",
|
||||
"overlayBgImgSize": "cover",
|
||||
"overlayBgImgPosition": "center center",
|
||||
"overlayBgImgAttachment": "scroll",
|
||||
"overlayBgImgRepeat": "no-repeat",
|
||||
"overlayOpacity": 30,
|
||||
"overlayBlendMod": "none"
|
||||
}
|
||||
]
|
||||
},
|
||||
"columnsInnerHeight": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"topSepWidth": {
|
||||
"type": "number",
|
||||
"default": 100
|
||||
},
|
||||
"topSepWidthTablet": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"topSepWidthMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"backgroundInline": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"backgroundSettingTab": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"backgroundSliderCount": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"backgroundSlider": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"bgColor": "",
|
||||
"bgImg": "",
|
||||
"bgImgID": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"backgroundSliderSettings": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"arrowStyle": "none",
|
||||
"dotStyle": "dark",
|
||||
"autoPlay": true,
|
||||
"speed": 7000,
|
||||
"fade": true,
|
||||
"tranSpeed": 400,
|
||||
"showPauseButton": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"backgroundVideoType": {
|
||||
"type": "string",
|
||||
"default": "local"
|
||||
},
|
||||
"backgroundVideo": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"youTube": "",
|
||||
"local": "",
|
||||
"localID": "",
|
||||
"vimeo": "",
|
||||
"ratio": "16/9",
|
||||
"btns": false,
|
||||
"loop": true,
|
||||
"mute": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"zIndex": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"inheritMaxWidth": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"noCustomDefaults": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"isPrebuiltModal": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"minHeightTablet": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"minHeightMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"bgColorClass": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"vsdesk": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"vstablet": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"vsmobile": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"loggedIn": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"loggedInUser": {
|
||||
"type": "array"
|
||||
},
|
||||
"loggedInShow": {
|
||||
"type": "array"
|
||||
},
|
||||
"rcpAccess": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"rcpMembership": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"rcpMembershipLevel": {
|
||||
"type": "array"
|
||||
},
|
||||
"loggedOut": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"borderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"border": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"tabletBorder": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"mobileBorder": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"responsiveMaxWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"gradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"overlayGradient": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"tabletBackgroundType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"mobileBackgroundType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"sm",
|
||||
"",
|
||||
"sm",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMargin": {
|
||||
"type": "array",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"breakoutLeft": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"breakoutRight": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"anchor": {
|
||||
"type": "string"
|
||||
},
|
||||
"templateLock": {
|
||||
"type": [
|
||||
"string",
|
||||
"boolean"
|
||||
],
|
||||
"enum": [
|
||||
"all",
|
||||
"insert",
|
||||
"contentOnly",
|
||||
false
|
||||
]
|
||||
},
|
||||
"borderRadiusOverflow": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"displayBoxShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"boxShadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 0,
|
||||
"vOffset": 0,
|
||||
"inset": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"kbVersion": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"ktdynamic": true,
|
||||
"kbcss": true,
|
||||
"html": false,
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
385
wp-content/plugins/kadence-blocks/dist/blocks/search/block.json
vendored
Normal file
385
wp-content/plugins/kadence-blocks/dist/blocks/search/block.json
vendored
Normal file
@@ -0,0 +1,385 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/search",
|
||||
"title": "Search (Adv)",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"displayStyle": {
|
||||
"type": "string",
|
||||
"default": "standard"
|
||||
},
|
||||
"showButton": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"searchProductsOnly": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"buttonSide": {
|
||||
"type": "string",
|
||||
"default": "right"
|
||||
},
|
||||
"modalBackgroundColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"modalBackgroundType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"modalGradientActive": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"inputPlaceholder": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"inputColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"inputBackgroundType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"inputBackgroundColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"inputFocusBackgroundType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"inputFocusBackgroundColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"inputFocusGradientActive": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"inputBoxShadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
false,
|
||||
"#000000",
|
||||
0.4,
|
||||
2,
|
||||
2,
|
||||
3,
|
||||
0,
|
||||
false
|
||||
]
|
||||
},
|
||||
"inputFocusBoxShadowActive": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
false,
|
||||
"#000000",
|
||||
0.4,
|
||||
2,
|
||||
2,
|
||||
3,
|
||||
0,
|
||||
false
|
||||
]
|
||||
},
|
||||
"inputPlaceholderColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"inputFocusBorderColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"inputBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletInputBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileInputBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"inputBorderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"inputPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletInputPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileInputPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"inputPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"inputMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletInputMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileInputMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"inputMarginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"inputBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"#dee2e6",
|
||||
"",
|
||||
1
|
||||
],
|
||||
"right": [
|
||||
"#dee2e6",
|
||||
"",
|
||||
1
|
||||
],
|
||||
"bottom": [
|
||||
"#dee2e6",
|
||||
"",
|
||||
1
|
||||
],
|
||||
"left": [
|
||||
"#dee2e6",
|
||||
"",
|
||||
1
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletInputBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileInputBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"inputTypography": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "",
|
||||
"letterSpacing": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"letterType": "px",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": "",
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"inputMaxWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"inputMaxWidthType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"inputMinWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"inputMinWidthType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"inputIcon": {
|
||||
"type": "string",
|
||||
"default": "fe_search"
|
||||
},
|
||||
"inputIconLineWidth": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"inputIconColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"inputIconHoverColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIcon": {
|
||||
"type": "string",
|
||||
"default": "fe_x"
|
||||
},
|
||||
"closeIconSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
50,
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"closeIconLineWidth": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"closeIconColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"closeIconHoverColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
132
wp-content/plugins/kadence-blocks/dist/blocks/show-more/block.json
vendored
Normal file
132
wp-content/plugins/kadence-blocks/dist/blocks/show-more/block.json
vendored
Normal file
@@ -0,0 +1,132 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/show-more",
|
||||
"title": "Show More",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId"
|
||||
],
|
||||
"attributes": {
|
||||
"align": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"showHideMore": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"defaultExpandedMobile": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"defaultExpandedTablet": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"defaultExpandedDesktop": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"heightDesktop": {
|
||||
"type": "number",
|
||||
"default": 250
|
||||
},
|
||||
"heightTablet": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"heightMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"heightType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"enableFadeOut": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"fadeOutSize": {
|
||||
"type": "number",
|
||||
"default": 50
|
||||
},
|
||||
"marginDesktop": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"paddingDesktop": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingTablet": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
182
wp-content/plugins/kadence-blocks/dist/blocks/single-icon/block.json
vendored
Normal file
182
wp-content/plugins/kadence-blocks/dist/blocks/single-icon/block.json
vendored
Normal file
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Single Icon",
|
||||
"name": "kadence/single-icon",
|
||||
"parent": [
|
||||
"kadence/icon"
|
||||
],
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"icon": {
|
||||
"type": "string",
|
||||
"default": "fe_aperture"
|
||||
},
|
||||
"link": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"default": "_self"
|
||||
},
|
||||
"size": {
|
||||
"type": "number",
|
||||
"default": 50
|
||||
},
|
||||
"width": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"color": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"background": {
|
||||
"type": "string",
|
||||
"default": "transparent"
|
||||
},
|
||||
"border": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "number",
|
||||
"default": 0
|
||||
},
|
||||
"borderWidth": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"xs",
|
||||
"xs",
|
||||
"xs",
|
||||
"xs"
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"default": "default"
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"hColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"hBackground": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"hBorder": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"linkTitle": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"tabletSize": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mobileSize": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"tabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tooltip": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": ".kb-tooltip-hidden-content",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"tooltipPlacement": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"tooltipDash": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"ktdynamic": true,
|
||||
"html": false,
|
||||
"reusable": false,
|
||||
"kbMetadata": true
|
||||
},
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
]
|
||||
}
|
||||
1234
wp-content/plugins/kadence-blocks/dist/blocks/singlebtn/block.json
vendored
Normal file
1234
wp-content/plugins/kadence-blocks/dist/blocks/singlebtn/block.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
114
wp-content/plugins/kadence-blocks/dist/blocks/spacer/block.json
vendored
Normal file
114
wp-content/plugins/kadence-blocks/dist/blocks/spacer/block.json
vendored
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/spacer",
|
||||
"title": "Spacer / Divider",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"blockAlignment": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"hAlign": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"spacerHeight": {
|
||||
"type": "number",
|
||||
"default": 60
|
||||
},
|
||||
"spacerHeightUnits": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"tabletSpacerHeight": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mobileSpacerHeight": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"dividerEnable": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"dividerStyle": {
|
||||
"type": "string",
|
||||
"default": "solid"
|
||||
},
|
||||
"dividerOpacity": {
|
||||
"type": "number",
|
||||
"default": 100
|
||||
},
|
||||
"dividerColor": {
|
||||
"type": "string",
|
||||
"default": "#eee"
|
||||
},
|
||||
"dividerWidth": {
|
||||
"type": "number",
|
||||
"default": 80
|
||||
},
|
||||
"dividerWidthUnits": {
|
||||
"type": "string",
|
||||
"default": "%"
|
||||
},
|
||||
"tabletDividerWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileDividerWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"dividerHeight": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"tabletDividerHeight": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileDividerHeight": {
|
||||
"type": "number"
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"rotate": {
|
||||
"type": "number",
|
||||
"default": 40
|
||||
},
|
||||
"strokeWidth": {
|
||||
"type": "number",
|
||||
"default": 4
|
||||
},
|
||||
"strokeGap": {
|
||||
"type": "number",
|
||||
"default": 5
|
||||
},
|
||||
"tabletHAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"mobileHAlign": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"vsdesk": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"vstablet": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"vsmobile": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
585
wp-content/plugins/kadence-blocks/dist/blocks/table/block.json
vendored
Normal file
585
wp-content/plugins/kadence-blocks/dist/blocks/table/block.json
vendored
Normal file
@@ -0,0 +1,585 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/table",
|
||||
"title": "Table (Adv)",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"columns": {
|
||||
"type": "number"
|
||||
},
|
||||
"dataTypography": {
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"headerTypography": {
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"captionTypography": {
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"evenOddBackground": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"backgroundColorEven": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"backgroundColorOdd": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"backgroundHoverColorEven": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"backgroundHoverColorOdd": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"columnBackgrounds": {
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"columnBackgroundsHover": {
|
||||
"type": "array",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"borderOnRowOnly": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"maxHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"maxHeightUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"maxWidthUnit": {
|
||||
"type": "string",
|
||||
"default": "%"
|
||||
},
|
||||
"cellPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"xxs",
|
||||
"xxs",
|
||||
"xxs",
|
||||
"xxs"
|
||||
]
|
||||
},
|
||||
"tabletCellPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileCellPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"cellPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"headerAlign": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"headerAlignTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"headerAlignMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"textAlign": {
|
||||
"type": "string",
|
||||
"default": "left"
|
||||
},
|
||||
"textAlignTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"textAlignMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"captionAlign": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"captionAlignTablet": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"captionAlignMobile": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"isFirstRowHeader": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"isFirstColumnHeader": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"columnSettings": {
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"overflowXScroll": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"rowMinHeight": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"tabletRowMinHeight": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mobileRowMinHeight": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"rowMinHeightType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"enableCaption": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"caption": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"providesContext": {
|
||||
"kadence/table/columns": "columns",
|
||||
"kadence/table/isFirstRowHeader": "isFirstRowHeader",
|
||||
"kadence/table/isFirstColumnHeader": "isFirstColumnHeader"
|
||||
},
|
||||
"supports": {
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
59
wp-content/plugins/kadence-blocks/dist/blocks/table/children/data/block.json
vendored
Normal file
59
wp-content/plugins/kadence-blocks/dist/blocks/table/children/data/block.json
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/table-data",
|
||||
"title": "Table Data",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"parent": [
|
||||
"kadence/table-row"
|
||||
],
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"column": {
|
||||
"type": "number"
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"kbMetadata": true
|
||||
},
|
||||
"usesContext": [
|
||||
"kadence/table/thisRowIsHeader",
|
||||
"kadence/table/isFirstColumnHeader",
|
||||
"kadence/table/parentRow",
|
||||
"kadence/table/isFirstRowHeader"
|
||||
]
|
||||
}
|
||||
57
wp-content/plugins/kadence-blocks/dist/blocks/table/children/row/block.json
vendored
Normal file
57
wp-content/plugins/kadence-blocks/dist/blocks/table/children/row/block.json
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/table-row",
|
||||
"title": "Table (Adv)",
|
||||
"parent": [
|
||||
"kadence/table"
|
||||
],
|
||||
"allowedBlocks": [
|
||||
"kadence/table-data"
|
||||
],
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"row": {
|
||||
"type": "number"
|
||||
},
|
||||
"backgroundColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"backgroundHoverColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"minHeight": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"minHeightTablet": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"minHeightMobile": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"minHeightType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
}
|
||||
},
|
||||
"usesContext": [
|
||||
"kadence/table/columns",
|
||||
"kadence/table/isFirstRowHeader"
|
||||
],
|
||||
"providesContext": {
|
||||
"kadence/table/parentRow": "row",
|
||||
"kadence/table/isFirstRowHeader": "kadence/table/isFirstRowHeader"
|
||||
},
|
||||
"supports": {
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
617
wp-content/plugins/kadence-blocks/dist/blocks/tableofcontents/block.json
vendored
Normal file
617
wp-content/plugins/kadence-blocks/dist/blocks/tableofcontents/block.json
vendored
Normal file
@@ -0,0 +1,617 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/tableofcontents",
|
||||
"title": "Table of Contents",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"icon": "smile",
|
||||
"supports": {
|
||||
"html": false,
|
||||
"kbMetadata": true
|
||||
},
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"allowedHeaders": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"h1": true,
|
||||
"h2": true,
|
||||
"h3": true,
|
||||
"h4": true,
|
||||
"h5": true,
|
||||
"h6": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"columns": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"listStyle": {
|
||||
"type": "string",
|
||||
"default": "disc"
|
||||
},
|
||||
"linkStyle": {
|
||||
"type": "string",
|
||||
"default": "underline"
|
||||
},
|
||||
"containerPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"sm",
|
||||
"sm",
|
||||
"sm",
|
||||
"sm"
|
||||
]
|
||||
},
|
||||
"tabletContainerPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileContainerPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"containerPaddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"containerBackground": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"containerBorderColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"containerBorder": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"enableTitle": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"titleAlign": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"default": "Table of Contents"
|
||||
},
|
||||
"titleColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleSizeType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"titleLineHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleLineType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"titleLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"titleTypography": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"titleGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"titleLoadGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"titleFontSubset": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"titleFontVariant": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"titleFontWeight": {
|
||||
"type": "string",
|
||||
"default": "regular"
|
||||
},
|
||||
"titleFontStyle": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"titlePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
},
|
||||
"tabletTitlePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileTitlePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titlePaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"titleBorder": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleBorderColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleCollapseBorderColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleTextTransform": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"enableToggle": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"startClosed": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"toggleIcon": {
|
||||
"type": "string",
|
||||
"default": "arrow"
|
||||
},
|
||||
"contentColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentHoverColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentSize": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"contentSizeType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"contentLineHeight": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"contentLineType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"contentLetterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"contentTypography": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"contentGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"contentLoadGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"contentFontSubset": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"contentFontVariant": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"contentFontWeight": {
|
||||
"type": "string",
|
||||
"default": "regular"
|
||||
},
|
||||
"contentFontStyle": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"contentMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"sm",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
},
|
||||
"tabletContentMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileContentMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"contentMarginType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"contentTextTransform": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"listGap": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"tabletMaxWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mobileMaxWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"maxWidthType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"displayShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"shadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 0,
|
||||
"vOffset": 0,
|
||||
"inset": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"enableScrollSpy": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"contentActiveColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"enableSmoothScroll": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"smoothScrollOffset": {
|
||||
"type": "number",
|
||||
"default": 40
|
||||
},
|
||||
"containerMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"containerTabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"containerMobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"containerMarginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"enableDynamicSearch": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"enableTemplateSearch": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"titleBorderStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletTitleBorderStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileTitleBorderStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"enableTitleToggle": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
586
wp-content/plugins/kadence-blocks/dist/blocks/tabs/block.json
vendored
Normal file
586
wp-content/plugins/kadence-blocks/dist/blocks/tabs/block.json
vendored
Normal file
@@ -0,0 +1,586 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Tabs",
|
||||
"name": "kadence/tabs",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"tabCount": {
|
||||
"type": "number",
|
||||
"default": 3
|
||||
},
|
||||
"layout": {
|
||||
"type": "string",
|
||||
"default": "tabs"
|
||||
},
|
||||
"mobileLayout": {
|
||||
"type": "string",
|
||||
"default": "inherit"
|
||||
},
|
||||
"tabletLayout": {
|
||||
"type": "string",
|
||||
"default": "inherit"
|
||||
},
|
||||
"currentTab": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"minHeight": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"tabletMinHeight": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mobileMinHeight": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"tabletMaxWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mobileMaxWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"contentBgColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"contentBorderColor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"contentBorder": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"contentBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"#dee2e6",
|
||||
"",
|
||||
1
|
||||
],
|
||||
"right": [
|
||||
"#dee2e6",
|
||||
"",
|
||||
1
|
||||
],
|
||||
"bottom": [
|
||||
"#dee2e6",
|
||||
"",
|
||||
1
|
||||
],
|
||||
"left": [
|
||||
"#dee2e6",
|
||||
"",
|
||||
1
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletContentBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileContentBorderStyles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"contentBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"tabletContentBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileContentBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"contentBorderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"innerPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"sm",
|
||||
"sm",
|
||||
"sm",
|
||||
"sm"
|
||||
]
|
||||
},
|
||||
"tabletInnerPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileInnerPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"innerPaddingType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"innerPaddingControl": {
|
||||
"type": "string",
|
||||
"default": "linked"
|
||||
},
|
||||
"innerPaddingM": {
|
||||
"type": "array"
|
||||
},
|
||||
"tabAlignment": {
|
||||
"type": "string",
|
||||
"default": "left"
|
||||
},
|
||||
"blockAlignment": {
|
||||
"type": "string",
|
||||
"default": "none"
|
||||
},
|
||||
"titles": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"text": "Tab 1",
|
||||
"icon": "",
|
||||
"iconSide": "right",
|
||||
"onlyIcon": false,
|
||||
"subText": "",
|
||||
"anchor": ""
|
||||
},
|
||||
{
|
||||
"text": "Tab 2",
|
||||
"icon": "",
|
||||
"iconSide": "right",
|
||||
"onlyIcon": false,
|
||||
"subText": "",
|
||||
"anchor": ""
|
||||
},
|
||||
{
|
||||
"text": "Tab 3",
|
||||
"icon": "",
|
||||
"iconSide": "right",
|
||||
"onlyIcon": false,
|
||||
"subText": "",
|
||||
"anchor": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"iSize": {
|
||||
"type": "number",
|
||||
"default": 14
|
||||
},
|
||||
"tabletISize": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mobileISize": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"titleColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleColorHover": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleColorActive": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleBg": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleBgHover": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleBgActive": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"titleBorder": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleBorderHover": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleBorderActive": {
|
||||
"type": "string"
|
||||
},
|
||||
"subtitleColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"subtitleColorHover": {
|
||||
"type": "string"
|
||||
},
|
||||
"subtitleColorActive": {
|
||||
"type": "string"
|
||||
},
|
||||
"titleBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletTitleBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileTitleBorderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleBorderWidthUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"titleBorderRadius": {
|
||||
"type": "array"
|
||||
},
|
||||
"tabletTitleBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileTitleBorderRadius": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleBorderRadiusUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"titlePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletTitlePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileTitlePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titlePaddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"titleMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletTitleMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileTitleMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"titleMarginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"size": {
|
||||
"type": "string"
|
||||
},
|
||||
"sizeType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"lineHeight": {
|
||||
"type": "number"
|
||||
},
|
||||
"lineType": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"tabSize": {
|
||||
"type": "string"
|
||||
},
|
||||
"tabLineHeight": {
|
||||
"type": "number"
|
||||
},
|
||||
"mobileSize": {
|
||||
"type": "string"
|
||||
},
|
||||
"mobileLineHeight": {
|
||||
"type": "number"
|
||||
},
|
||||
"letterSpacing": {
|
||||
"type": "number"
|
||||
},
|
||||
"typography": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"googleFont": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"loadGoogleFont": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"fontSubset": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"fontVariant": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"fontWeight": {
|
||||
"type": "string",
|
||||
"default": "regular"
|
||||
},
|
||||
"textTransform": {
|
||||
"type": "string"
|
||||
},
|
||||
"fontStyle": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"startTab": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"showPresets": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"subtitleFont": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"size": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"sizeType": "px",
|
||||
"lineHeight": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"lineType": "px",
|
||||
"letterSpacing": "",
|
||||
"textTransform": "",
|
||||
"family": "",
|
||||
"google": false,
|
||||
"style": "",
|
||||
"weight": "",
|
||||
"variant": "",
|
||||
"subset": "",
|
||||
"loadGoogle": true,
|
||||
"padding": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"paddingControl": "linked",
|
||||
"margin": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"marginControl": "linked"
|
||||
}
|
||||
]
|
||||
},
|
||||
"enableSubtitle": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"widthType": {
|
||||
"type": "string",
|
||||
"default": "normal"
|
||||
},
|
||||
"tabWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
4,
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"verticalTabWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"30",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"verticalTabWidthUnit": {
|
||||
"type": "string",
|
||||
"default": "%"
|
||||
},
|
||||
"gutter": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
10,
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"linkPaneCollapse": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
29
wp-content/plugins/kadence-blocks/dist/blocks/tabs/tab/block.json
vendored
Normal file
29
wp-content/plugins/kadence-blocks/dist/blocks/tabs/tab/block.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Tab",
|
||||
"name": "kadence/tab",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"parent": [
|
||||
"kadence/tabs"
|
||||
],
|
||||
"attributes": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"inserter": false,
|
||||
"reusable": false,
|
||||
"html": false,
|
||||
"lock": false,
|
||||
"ktdynamic": true
|
||||
},
|
||||
"editorScript": "file:editor.js"
|
||||
}
|
||||
145
wp-content/plugins/kadence-blocks/dist/blocks/testimonial/block.json
vendored
Normal file
145
wp-content/plugins/kadence-blocks/dist/blocks/testimonial/block.json
vendored
Normal file
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Testimonial",
|
||||
"name": "kadence/testimonial",
|
||||
"parent": [
|
||||
"kadence/testimonials"
|
||||
],
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"url": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"id": {
|
||||
"type": "number",
|
||||
"default": "",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"alt": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"width": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"height": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"subtype": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"media": {
|
||||
"type": "string",
|
||||
"default": "image"
|
||||
},
|
||||
"icon": {
|
||||
"type": "string",
|
||||
"default": "fas_quote-left"
|
||||
},
|
||||
"isize": {
|
||||
"type": "number",
|
||||
"default": 50
|
||||
},
|
||||
"tabletIsize": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"mobileIsize": {
|
||||
"type": "number",
|
||||
"default": ""
|
||||
},
|
||||
"istroke": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"ititle": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"color": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"content": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"occupation": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"rating": {
|
||||
"type": "number",
|
||||
"default": 5
|
||||
},
|
||||
"sizes": {
|
||||
"type": "object",
|
||||
"default": {}
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"useBlockQuoteTags": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"anchor": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"kadence/testimonials-layout",
|
||||
"kadence/testimonials-displayOccupation",
|
||||
"kadence/testimonials-displayContent",
|
||||
"kadence/testimonials-displayTitle",
|
||||
"kadence/testimonials-displayRating",
|
||||
"kadence/testimonials-displayName",
|
||||
"kadence/testimonials-displayIcon",
|
||||
"kadence/testimonials-iconStyles",
|
||||
"kadence/testimonials-style",
|
||||
"kadence/testimonials-containerMaxWidth",
|
||||
"kadence/testimonials-displayMedia",
|
||||
"kadence/testimonials-titleFont",
|
||||
"kadence/testimonials-ratingStyles",
|
||||
"kadence/testimonials-mediaStyles",
|
||||
"kadence/testimonials-containerVAlign"
|
||||
],
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"html": false,
|
||||
"kbMetadata": true,
|
||||
"kbContentLabel": "title",
|
||||
"ktdynamic": true
|
||||
}
|
||||
}
|
||||
1170
wp-content/plugins/kadence-blocks/dist/blocks/testimonials/block.json
vendored
Normal file
1170
wp-content/plugins/kadence-blocks/dist/blocks/testimonials/block.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
104
wp-content/plugins/kadence-blocks/dist/blocks/vector/block.json
vendored
Normal file
104
wp-content/plugins/kadence-blocks/dist/blocks/vector/block.json
vendored
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "kadence/vector",
|
||||
"title": "Vector SVG",
|
||||
"category": "kadence-blocks",
|
||||
"textdomain": "kadence-blocks",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"align": {
|
||||
"type": "string"
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"150",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"maxWidthUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobileMargin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"tabletPadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"mobilePadding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"anchor": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"html": false,
|
||||
"align": [
|
||||
"left",
|
||||
"right"
|
||||
]
|
||||
}
|
||||
}
|
||||
438
wp-content/plugins/kadence-blocks/dist/blocks/videopopup/block.json
vendored
Normal file
438
wp-content/plugins/kadence-blocks/dist/blocks/videopopup/block.json
vendored
Normal file
@@ -0,0 +1,438 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"title": "Video Popup",
|
||||
"name": "kadence/videopopup",
|
||||
"category": "kadence-blocks",
|
||||
"usesContext": [
|
||||
"postId",
|
||||
"queryId",
|
||||
"kadence/dynamicSource",
|
||||
"kadence/repeaterRowData",
|
||||
"kadence/repeaterRow"
|
||||
],
|
||||
"description": "",
|
||||
"attributes": {
|
||||
"uniqueID": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"default": "iframe"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"media": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"url": "",
|
||||
"id": "",
|
||||
"width": "",
|
||||
"height": "",
|
||||
"alt": "",
|
||||
"subtype": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"mediaPoster": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"url": "",
|
||||
"id": "",
|
||||
"width": "",
|
||||
"height": "",
|
||||
"alt": "",
|
||||
"subtype": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"posterType": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"autoPlay": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"ratio": {
|
||||
"type": "string"
|
||||
},
|
||||
"borderWidth": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"borderColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"borderOpacity": {
|
||||
"type": "number"
|
||||
},
|
||||
"borderStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"rgba(255,255,255,0.8)",
|
||||
"solid",
|
||||
"2"
|
||||
],
|
||||
"right": [
|
||||
"rgba(255,255,255,0.8)",
|
||||
"solid",
|
||||
"2"
|
||||
],
|
||||
"bottom": [
|
||||
"rgba(255,255,255,0.8)",
|
||||
"solid",
|
||||
"2"
|
||||
],
|
||||
"left": [
|
||||
"rgba(255,255,255,0.8)",
|
||||
"solid",
|
||||
"2"
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"tabletBorderStyle": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"top": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"right": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"bottom": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"left": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"unit": "px"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mobileBorderStyle": {
|
||||
"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"
|
||||
},
|
||||
"playBtn": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"icon": "",
|
||||
"size": "",
|
||||
"width": 2,
|
||||
"title": "Play",
|
||||
"color": "#ffffff",
|
||||
"opacity": 1,
|
||||
"background": "#000000",
|
||||
"backgroundOpacity": 0.7,
|
||||
"border": "",
|
||||
"borderOpacity": 1,
|
||||
"borderRadius": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"borderWidth": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"padding": "",
|
||||
"style": "default",
|
||||
"animation": "none",
|
||||
"colorHover": "",
|
||||
"opacityHover": 1,
|
||||
"backgroundHover": "",
|
||||
"backgroundOpacityHover": 1,
|
||||
"borderHover": "",
|
||||
"borderOpacityHover": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"background": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "",
|
||||
"colorOpacity": 1,
|
||||
"img": "",
|
||||
"imgID": "",
|
||||
"imgAlt": "",
|
||||
"imgWidth": "",
|
||||
"imageHeight": "",
|
||||
"bgSize": "cover",
|
||||
"bgPosition": "center center",
|
||||
"bgAttachment": "scroll",
|
||||
"bgRepeat": "no-repeat"
|
||||
}
|
||||
]
|
||||
},
|
||||
"backgroundOverlay": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"type": "solid",
|
||||
"fill": "#000000",
|
||||
"fillOpacity": 1,
|
||||
"secondFill": "",
|
||||
"secondFillOpacity": 1,
|
||||
"gradLoc": 0,
|
||||
"gradLocSecond": 100,
|
||||
"gradType": "linear",
|
||||
"gradAngle": 180,
|
||||
"gradPosition": "center center",
|
||||
"opacity": 0.3,
|
||||
"opacityHover": 0.5,
|
||||
"blendMode": "none"
|
||||
}
|
||||
]
|
||||
},
|
||||
"padding": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"desk": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tablet": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"mobile": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"paddingUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"margin": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"desk": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"tablet": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"mobile": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"marginUnit": {
|
||||
"type": "string",
|
||||
"default": "px"
|
||||
},
|
||||
"displayShadow": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"shadow": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 4,
|
||||
"vOffset": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"shadowHover": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"color": "#000000",
|
||||
"opacity": 0.2,
|
||||
"spread": 0,
|
||||
"blur": 14,
|
||||
"hOffset": 4,
|
||||
"vOffset": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"maxWidth": {
|
||||
"type": "number"
|
||||
},
|
||||
"maxWidthUnit": {
|
||||
"type": "string"
|
||||
},
|
||||
"popup": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"background": "#000000",
|
||||
"backgroundOpacity": 0.8,
|
||||
"closeBackground": "",
|
||||
"closeColor": "#ffffff",
|
||||
"maxWidth": 900,
|
||||
"maxWidthTablet": "",
|
||||
"maxWidthMobile": "",
|
||||
"maxWidthUnit": "px",
|
||||
"animation": "none"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ariaLabel": {
|
||||
"type": "string"
|
||||
},
|
||||
"youtubeCookies": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"anchor": {
|
||||
"type": "string"
|
||||
},
|
||||
"inQueryBlock": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"isVimeoPrivate": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"mediaRatio": {
|
||||
"type": "string"
|
||||
},
|
||||
"mediaUseMobile": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"urlMobile": {
|
||||
"type": "string"
|
||||
},
|
||||
"mediaMobile": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"url": "",
|
||||
"id": "",
|
||||
"width": "",
|
||||
"height": "",
|
||||
"alt": "",
|
||||
"subtype": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"mediaRatioMobile": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"ktanimate": true,
|
||||
"ktanimateadd": true,
|
||||
"ktanimatepreview": true,
|
||||
"ktanimateswipe": true,
|
||||
"ktdynamic": true,
|
||||
"align": [
|
||||
"wide",
|
||||
"full"
|
||||
],
|
||||
"kbMetadata": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user