{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "hotelipp/hotel-link",
  "version": "0.0.0",
  "title": "ホテリップ",
  "category": "design",
  "icon": "admin-site-alt3",
  "description": "楽天トラベル・じゃらん等のホテルアフィリエイトリンクを挿入します",
  "keywords": ["hotel", "hotelipp", "affiliate", "rakuten", "jalan", "ホテル", "宿", "アフィリエイト"],
  "textdomain": "hotelipp",
  "attributes": {
    "postId":      { "type": "integer", "default": 0 },
    "hotelName":   { "type": "string",  "default": "" },
    "hotelImage":  { "type": "string",  "default": "" },
    "buttonOrder": { "type": "string",  "default": "" }
  },
  "supports": {
    "html": false,
    "align": false
  }
}
