{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "l-clutch/login-button",
  "version": "0.1.0",
  "title": "LINEログインボタン",
  "category": "l-clutch",
  "description": "LINEログインを実行するボタンです。ログインしている場合は表示されません。",
  "attributes": {
    "loginUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "a",
      "attribute": "href"
    },
    "text": {
      "type": "string",
      "default": "LINEでログイン",
      "source": "html",
      "selector": "span"
    },
    "imageId": {
      "type": "number"
    },
    "imageUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt"
    },
    "imageWidth": {
      "type": "string"
    }
  },
  "supports": {
    "align": ["wide", "full"],
    "shadow": true,
    "spacing": {
      "margin": ["top", "bottom"]
    },
    "layout": {
      "allowOrientation": false,
      "allowVerticalAlignment": false,
      "allowSwitching": false,
      "allowInheriting": false,
      "default": {
        "type": "flex",
        "justifyContent": "center"
      }
    },
    "typography": {
      "fontSize": true
    }
  },
  "example": {
    "attributes": {
      "text": "LINEでログイン"
    }
  },
  "textdomain": "l-clutch",
  "editorScript": ["file:./index.js", "l-clutch-block-settings"],
  "editorStyle": ["l-clutch-block-editor"],
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}
