{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "phrn/review-notifications",
  "version": "1.0.0",
  "title": "Review Notifications",
  "category": "widgets",
  "description": "Easily display reviews on your website.",
  "keywords": [
    "notifications",
    "review",
    "alert",
    "slide",
    "key5"
  ],
  "textdomain": "review-notifications",
  "attributes": {
    "align": {
      "type": "string",
      "default": ""
    },
    "reviews": {
      "type": "array",
      "default": [
        {
          "img": {
            "url": ""
          },
          "title": "Great Plugin",
          "desc": "Ut enim ad minim veniam, quis nostrud exercitation ullamco.",
          "url": ""
        },
        {
          "img": {
            "url": ""
          },
          "title": "Great Plugin",
          "desc": "Ut enim ad minim veniam, quis nostrud exercitation ullamco.",
          "url": ""
        },
        {
          "img": {
            "url": ""
          },
          "title": "Great Plugin",
          "desc": "Ut enim ad minim veniam, quis nostrud exercitation ullamco.",
          "url": ""
        }
      ]
    },
    "elements": {
      "type": "object",
      "default": {
        "isTab": true
      }
    },
    "settings": {
      "type": "object",
      "default": {
        "autoClose": 2,
        "toastPosition": "bottom-left",
        "descWordLimit": 15,
        "toastType": "default"
      }
    },
    "borders": {
      "type": "object",
      "default": {
        "top": {
          "color": "#72aee6",
          "style": "solid",
          "width": "0px"
        },
        "right": {
          "color": "#72aee6",
          "style": "solid",
          "width": "0px"
        },
        "bottom": {
          "color": "#72aee6",
          "style": "solid",
          "width": "0px"
        },
        "left": {
          "color": "#72aee6",
          "style": "solid",
          "width": "0px"
        }
      }
    },
    "title": {
      "type": "object",
      "default": {
        "typo": {
          "fontSize": {
            "desktop": 18,
            "tablet": 14,
            "mobile": 14
          },
          "fontWeight": 500,
          "lineHeight": "135%"
        },
        "color": "#000"
      }
    },
    "desc": {
      "type": "object",
      "default": {
        "typo": {
          "fontSize": {
            "desktop": 14,
            "tablet": 14,
            "mobile": 14
          },
          "fontWeight": 400,
          "lineHeight": "135%"
        },
        "color": "#000"
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {}
  },
  "editorScript": [
    "file:./index.js"
  ],
  "editorStyle": [
    "file:./index.css"
  ],
  "style": [
    "file:./view.css"
  ],
  "render": "file:./render.php",
  "viewScript": [
    "file:./view.js"
  ]
}