{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "axcelersblocks/video",
  "version": "1.0.0",
  "title": "AXB: Video",
  "category": "axcelersblocks-blocks",
  "icon": "<svg xmlns='http://www.w3.org/2000/svg' viewBox='12.12 12.12 23.76 23.76' fill='none'><path d='M17 33C16.45 33 15.9792 32.8042 15.5875 32.4125C15.1958 32.0208 15 31.55 15 31V17C15 16.45 15.1958 15.9792 15.5875 15.5875C15.9792 15.1958 16.45 15 17 15H31C31.55 15 32.0208 15.1958 32.4125 15.5875C32.8042 15.9792 33 16.45 33 17V31C33 31.55 32.8042 32.0208 32.4125 32.4125C32.0208 32.8042 31.55 33 31 33H17ZM17 31H31V17H17V31ZM21 28.5L28 24L21 19.5V28.5Z' fill='#FE252E'></path></svg>",
  "description": "A video block for self-hosted video or streaming-platform embeds (YouTube, Vimeo, Dailymotion and more) with poster, captions, playback options, linking, and visual styling.",
  "example": {},
  "supports": {
    "html": false,
    "anchor": true,
    "customClassName": true
  },
  "attributes": {
    "anchor": {
      "type": "string",
      "default": ""
    },
    "uniqueClass": {
      "type": "string",
      "default": ""
    },
    "videoId": {
      "type": "string",
      "default": ""
    },
    "videoUrl": {
      "type": "string",
      "default": ""
    },
    "videoType": {
      "type": "string",
      "default": ""
    },
    "posterId": {
      "type": "string",
      "default": ""
    },
    "posterUrl": {
      "type": "string",
      "default": ""
    },
    "sourceMode": {
      "type": "string",
      "default": "self"
    },
    "embedUrl": {
      "type": "string",
      "default": ""
    },
    "embedTitle": {
      "type": "string",
      "default": ""
    },
    "embedAspectRatio": {
      "type": "string",
      "default": "16 / 9"
    },
    "controls": {
      "type": "boolean",
      "default": true
    },
    "autoplay": {
      "type": "boolean",
      "default": false
    },
    "muted": {
      "type": "boolean",
      "default": false
    },
    "loop": {
      "type": "boolean",
      "default": false
    },
    "playsInline": {
      "type": "boolean",
      "default": true
    },
    "preload": {
      "type": "string",
      "default": "metadata"
    },
    "controlsNoDownload": {
      "type": "boolean",
      "default": false
    },
    "controlsNoFullscreen": {
      "type": "boolean",
      "default": false
    },
    "controlsNoRemotePlayback": {
      "type": "boolean",
      "default": false
    },
    "disablePictureInPicture": {
      "type": "boolean",
      "default": false
    },
    "customPlayOverlay": {
      "type": "boolean",
      "default": false
    },
    "hideNativeControlsUntilPlay": {
      "type": "boolean",
      "default": false
    },
    "playButtonLabel": {
      "type": "string",
      "default": "Play video"
    },
    "playOverlayBackground": {
      "type": "string",
      "default": "rgba(0, 0, 0, 0.45)"
    },
    "playButtonBackground": {
      "type": "string",
      "default": "rgba(0, 0, 0, 0.72)"
    },
    "playButtonColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "playButtonSize": {
      "type": "string",
      "default": "64px"
    },
    "playIconSize": {
      "type": "string",
      "default": "28px"
    },
    "playButtonBorderRadius": {
      "type": "string",
      "default": "999px"
    },
    "playOverlayZIndex": {
      "type": "string",
      "default": "2"
    },
    "playButtonZIndex": {
      "type": "string",
      "default": "3"
    },
    "playIconType": {
      "type": "string",
      "default": ""
    },
    "playIconName": {
      "type": "string",
      "default": ""
    },
    "playIconCategory": {
      "type": "string",
      "default": ""
    },
    "playCustomIcon": {
      "type": "string",
      "default": ""
    },
    "playIconSvg": {
      "type": "string",
      "default": ""
    },
    "playIconColor": {
      "type": "string",
      "default": ""
    },
    "playIconColor__hover": {
      "type": "string",
      "default": ""
    },
    "tracks": {
      "type": "array",
      "default": []
    },
    "videoObjectFit": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "videoObjectPosition": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "videoWidth": {
      "type": "object",
      "default": {
        "desktop": "100%",
        "tablet": "100%",
        "mobile": "100%"
      }
    },
    "videoHeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "videoMinWidth": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "videoMinHeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "videoMaxWidth": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "videoMaxHeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "videoBorderRadius": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "customLink": {
      "type": "string",
      "default": ""
    },
    "dynamicTag": {
      "type": "string",
      "default": ""
    },
    "selectedTag": {
      "type": "string",
      "default": ""
    },
    "sourceType": {
      "type": "string",
      "default": "current"
    },
    "postId": {
      "type": "string",
      "default": ""
    },
    "postType": {
      "type": "string",
      "default": "post"
    },
    "linkOption": {
      "type": "string",
      "default": "none"
    },
    "sourceEntity": {
      "type": "string",
      "default": "post"
    },
    "taxonomy": {
      "type": "string",
      "default": "category"
    },
    "termId": {
      "type": "string",
      "default": ""
    },
    "metaKey": {
      "type": "string",
      "default": ""
    },
    "acfField": {
      "type": "string",
      "default": ""
    },
    "acfScope": {
      "type": "string",
      "default": "entity"
    },
    "required": {
      "type": "boolean",
      "default": true
    },
    "openInNewTab": {
      "type": "boolean",
      "default": true
    },
    "linkTitle": {
      "type": "string",
      "default": ""
    },
    "ariaLabel": {
      "type": "string",
      "default": ""
    },
    "relNoFollow": {
      "type": "boolean",
      "default": false
    },
    "relSponsored": {
      "type": "boolean",
      "default": false
    },
    "relUgc": {
      "type": "boolean",
      "default": false
    },
    "padding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        }
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        }
      }
    },
    "display": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "alignItems": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "justifyContent": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "justifyItems": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "justifySelf": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "alignSelf": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "gridTemplateColumns": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "gridTemplateRows": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "columnGap": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "rowGap": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "gridAutoFlow": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "gridColumn": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "gridRow": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "order": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "flexDirection": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "flexWrap": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "flexGrow": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "flexShrink": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "flexBasis": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "float": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "clear": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "width": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "height": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "minWidth": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "maxWidth": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "minHeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "maxHeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "aspectRatio": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "backgroundColor": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "border": {
      "type": "object",
      "default": {
        "desktop": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "tablet": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "mobile": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        }
      }
    },
    "borderRadius": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        },
        "tablet": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        },
        "mobile": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        }
      }
    },
    "position": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "inset": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        }
      }
    },
    "overflowX": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "overflowY": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "zIndex": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "effect": {
      "type": "object",
      "default": {
        "desktop": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        },
        "tablet": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        },
        "mobile": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        }
      }
    },
    "linkDisplay": {
      "type": "object",
      "default": {
        "desktop": "block",
        "tablet": "block",
        "mobile": "block"
      }
    },
    "linkTextColor": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFontSize": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFontWeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFontStyle": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkTextDecoration": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkTextTransform": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkLineHeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkLetterSpacing": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFontFamily": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkBackgroundColor": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkBackgroundLayers": {
      "type": "object",
      "default": {
        "desktop": [],
        "tablet": [],
        "mobile": []
      }
    },
    "linkBorder": {
      "type": "object",
      "default": {
        "desktop": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "tablet": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "mobile": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        }
      }
    },
    "linkBorderRadius": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        },
        "tablet": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        },
        "mobile": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        }
      }
    },
    "linkPadding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        }
      }
    },
    "linkMargin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        }
      }
    },
    "linkEffect": {
      "type": "object",
      "default": {
        "desktop": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        },
        "tablet": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        },
        "mobile": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        }
      }
    },
    "linkHoverDisplay": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkHoverTextColor": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkHoverFontSize": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkHoverFontWeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkHoverFontStyle": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkHoverTextDecoration": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkHoverTextTransform": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkHoverLineHeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkHoverLetterSpacing": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkHoverFontFamily": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkHoverBackgroundColor": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkHoverBackgroundLayers": {
      "type": "object",
      "default": {
        "desktop": [],
        "tablet": [],
        "mobile": []
      }
    },
    "linkHoverBorder": {
      "type": "object",
      "default": {
        "desktop": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "tablet": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "mobile": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        }
      }
    },
    "linkHoverBorderRadius": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        },
        "tablet": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        },
        "mobile": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        }
      }
    },
    "linkHoverPadding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        }
      }
    },
    "linkHoverMargin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        }
      }
    },
    "linkHoverEffect": {
      "type": "object",
      "default": {
        "desktop": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        },
        "tablet": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        },
        "mobile": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        }
      }
    },
    "linkFocusDisplay": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFocusTextColor": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFocusFontSize": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFocusFontWeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFocusFontStyle": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFocusTextDecoration": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFocusTextTransform": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFocusLineHeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFocusLetterSpacing": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFocusFontFamily": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFocusBackgroundColor": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFocusBackgroundLayers": {
      "type": "object",
      "default": {
        "desktop": [],
        "tablet": [],
        "mobile": []
      }
    },
    "linkFocusBorder": {
      "type": "object",
      "default": {
        "desktop": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "tablet": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "mobile": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        }
      }
    },
    "linkFocusBorderRadius": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        },
        "tablet": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        },
        "mobile": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        }
      }
    },
    "linkFocusOutline": {
      "type": "object",
      "default": {
        "desktop": {
          "width": "",
          "style": "none",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "tablet": {
          "width": "",
          "style": "none",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "mobile": {
          "width": "",
          "style": "none",
          "color": "",
          "sides": {},
          "isLinkActive": true
        }
      }
    },
    "linkFocusOutlineOffset": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkFocusPadding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        }
      }
    },
    "linkFocusMargin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        }
      }
    },
    "linkFocusEffect": {
      "type": "object",
      "default": {
        "desktop": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        },
        "tablet": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        },
        "mobile": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        }
      }
    },
    "linkActiveDisplay": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkActiveTextColor": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkActiveFontSize": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkActiveFontWeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkActiveFontStyle": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkActiveTextDecoration": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkActiveTextTransform": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkActiveLineHeight": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkActiveLetterSpacing": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkActiveFontFamily": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkActiveBackgroundColor": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkActiveBackgroundLayers": {
      "type": "object",
      "default": {
        "desktop": [],
        "tablet": [],
        "mobile": []
      }
    },
    "linkActiveBorder": {
      "type": "object",
      "default": {
        "desktop": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "tablet": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "mobile": {
          "width": "",
          "style": "",
          "color": "",
          "sides": {},
          "isLinkActive": true
        }
      }
    },
    "linkActiveBorderRadius": {
      "type": "object",
      "default": {
        "desktop": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        },
        "tablet": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        },
        "mobile": {
          "value": "",
          "corners": {},
          "isLinkActive": true
        }
      }
    },
    "linkActiveOutline": {
      "type": "object",
      "default": {
        "desktop": {
          "width": "",
          "style": "none",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "tablet": {
          "width": "",
          "style": "none",
          "color": "",
          "sides": {},
          "isLinkActive": true
        },
        "mobile": {
          "width": "",
          "style": "none",
          "color": "",
          "sides": {},
          "isLinkActive": true
        }
      }
    },
    "linkActiveOutlineOffset": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "linkActivePadding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        }
      }
    },
    "linkActiveMargin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "isVHActive": false,
          "isSidesAllActive": false
        }
      }
    },
    "linkActiveEffect": {
      "type": "object",
      "default": {
        "desktop": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        },
        "tablet": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        },
        "mobile": {
          "boxShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "spreadRadius": "",
            "color": "",
            "inset": false
          },
          "transition": {
            "property": "",
            "duration": "",
            "timingFunction": "",
            "delay": ""
          },
          "filter": {
            "blur": "",
            "brightness": "",
            "contrast": "",
            "grayscale": "",
            "hueRotate": "",
            "invert": "",
            "opacity": "",
            "saturate": "",
            "sepia": ""
          },
          "textShadow": {
            "xOffset": "",
            "yOffset": "",
            "blurRadius": "",
            "color": ""
          },
          "transform": {
            "translateX": "",
            "translateY": "",
            "translateZ": "",
            "scaleX": "",
            "scaleY": "",
            "rotate": "",
            "rotateX": "",
            "rotateY": "",
            "rotateZ": "",
            "skewX": "",
            "skewY": ""
          },
          "opacity": "",
          "visibility": ""
        }
      }
    },
    "showEmptyPlaceholder": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "axcelersblocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "render": "file:./render.php"
}