File "block.json"

Full Path: /home/magiggjm/magistvandroids.com/wp-content/plugins/kadence-blocks-pro/dist/blocks/slide/block.json
File size: 3.63 KB
MIME-type: application/json
Charset: utf-8

{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Slide",
  "name": "kadence/slide",
  "category": "kadence-blocks",
  "description": "",
  "attributes": {
    "uniqueID": {
      "type": "string",
      "default": ""
    },
    "id": {
      "type": "number",
      "default": 1
    },
    "align": {
      "type": "array",
      "default": [
        "",
        "",
        ""
      ]
    },
    "vAlign": {
      "type": "array",
      "default": [
        "",
        "",
        ""
      ]
    },
    "ariaLabel": {
      "type": "string",
      "default": ""
    },
    "background": {
      "type": "string",
      "default": ""
    },
    "backgroundImg": {
      "type": "array",
      "default": [
        {
          "img": "",
          "width": "",
          "height": "",
          "id": "",
          "size": "cover",
          "position": "center center",
          "attachment": "",
          "repeat": "no-repeat"
        }
      ]
    },
    "backgroundType": {
      "type": "string",
      "default": "normal"
    },
    "backgroundGradient": {
      "type": "string",
      "default": ""
    },
    "backgroundOverlayType": {
      "type": "string",
      "default": "normal"
    },
    "backgroundOverlay": {
      "type": "string",
      "default": ""
    },
    "overlayGradient": {
      "type": "string",
      "default": ""
    },
    "backgroundOverlayOpacity": {
      "type": "number",
      "default": 0.6
    },
    "overlayBlendMode": {
      "type": "string",
      "default": ""
    },
    "textColor": {
      "type": "string",
      "default": ""
    },
    "linkColor": {
      "type": "string",
      "default": ""
    },
    "linkHoverColor": {
      "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"
        }
      ]
    },
    "borderRadius": {
      "type": "array",
      "default": [
        "",
        "",
        "",
        ""
      ]
    },
    "tabletBorderRadius": {
      "type": "array",
      "default": [
        "",
        "",
        "",
        ""
      ]
    },
    "mobileBorderRadius": {
      "type": "array",
      "default": [
        "",
        "",
        "",
        ""
      ]
    },
    "borderRadiusUnit": {
      "type": "string",
      "default": "px"
    }
  },
  "supports": {
    "anchor": true,
    "inserter": false,
    "reusable": false,
    "html": false,
    "kbMetadata": true
  }
}