{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "vidplex/channel-details",
  "version": "1.0.1",
  "title": "Channel Details (Pro)",
  "category": "vidplex",
  "textdomain": "vidplex",
  "supports": {
    "html": false
  },
  "attributes": {
    "clientId": {
      "type": "string",
      "default": ""
    },
    "cover": {
      "type": "string",
      "default": ""
    },
    "channelId": {
      "type": "string",
      "default": ""
    },
    "logo": {
      "type": "object",
      "default": {
        "margin": {
          "top": "",
          "bottom": ""
        },
        "width": {
          "desktop": "68px"
        },
        "height": {
          "desktop": "68px"
        },
        "fit": "cover",
        "radius": "10px"
      }
    },
    "title": {
      "type": "object",
      "default": {
        "margin": {
          "top": "",
          "bottom": ""
        },
        "font": {
          "size": {
            "desktop": "22px"
          },
          "weight": "600",
          "family": ""
        },
        "letterCase": "none",
        "decoration": "none",
        "lineHeight": "1.5em",
        "letterSpacing": "",
        "color": {
          "text": "#010101"
        }
      }
    },
    "handle": {
      "type": "object",
      "default": {
        "margin": {
          "top": "",
          "bottom": ""
        },
        "font": {
          "size": {
            "desktop": "16px"
          },
          "weight": "500",
          "family": ""
        },
        "letterCase": "none",
        "decoration": "none",
        "lineHeight": "",
        "letterSpacing": "",
        "color": {
          "text": "#010101"
        }
      }
    },
    "meta": {
      "type": "object",
      "default": {
        "gap": "26px",
        "rowGap": "5px",
        "margin": {
          "top": "",
          "bottom": ""
        },
        "font": {
          "size": {
            "desktop": "16px"
          },
          "weight": "",
          "family": ""
        },
        "letterCase": "none",
        "decoration": "none",
        "lineHeight": "",
        "letterSpacing": "",
        "color": {
          "text": "#6a6a6a"
        }
      }
    },
    "btn": {
      "type": "object",
      "default": {
        "padding": {
          "desktop": {
            "top": "12px",
            "right": "26px",
            "bottom": "12px",
            "left": "26px"
          }
        },
        "margin": {
          "top": "",
          "bottom": ""
        },
        "width": {
          "desktop": ""
        },
        "border": {
          "width": "",
          "style": "",
          "color": ""
        },
        "align": "right",
        "radius": "100px",
        "font": {
          "size": {
            "desktop": ""
          },
          "weight": "500",
          "family": ""
        },
        "letterCase": "uppercase",
        "decoration": "none",
        "lineHeight": "",
        "letterSpacing": "",
        "color": {
          "text": "#fffffe",
          "textHover": "",
          "bg": "#0d0d0d",
          "bgHover": "",
          "borderHover": ""
        }
      }
    },
    "typography": {
      "type": "object",
      "default": {
        "font": {
          "size": {
            "desktop": "16px"
          },
          "weight": "",
          "family": ""
        },
        "letterCase": "none",
        "decoration": "none",
        "lineHeight": "1.7em",
        "letterSpacing": "",
        "color": {
          "text": ""
        }
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "24px",
          "right": "28px",
          "bottom": "24px",
          "left": "28px"
        }
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "top": "",
        "bottom": ""
      }
    },
    "border": {
      "type": "object",
      "default": {
        "width": "",
        "style": "",
        "color": ""
      }
    },
    "radius": {
      "type": "string",
      "default": "10px"
    },
    "color": {
      "type": "object",
      "default": {
        "bg": "#f3f3f5"
      }
    }
  },
  "providesContext": {
    "channelId": "channelId"
  },
  "editorScript": [
    "file:./index.js",
    "file:../index.js"
  ],
  "editorStyle": [
    "file:./index.css"
  ],
  "style": [
    "file:./style-index.css",
    "vidplex-block-styles"
  ],
  "render": "file:./render.php"
}