{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "wpmaster/master-embed-posts",
  "version": "0.1.0",
  "title": "Master Embed Posts",
  "category": "widgets",
  "description": "The Embed block that help you to embed different posts into the current post.",
  "supports": {
    "lock": true,
    "html": false,
    "color": {
      "text": true,
      "link": true,
      "background": true
    },
    "spacing": {
      "padding": true
    },
    "typography": {
      "lineHeight": true,
      "fontSize": true
    }
  },
  "attributes": {
    "posts": {
      "type": "array",
      "default": []
    },
    "layoutType": {
      "type": "string",
      "default": "image"
    },
    "iconName": {
      "type": "string",
      "default": "starHalf"
    },
    "iconColor": {
      "type": "string",
      "default": "#FF914D"
    },
    "iconSize": {
      "type": "number",
      "default": 16
    },
    "imageRatio": {
      "type": "number",
      "default": 1.777777
    },
    "imageWidth": {
      "type": "number",
      "default": 20
    }
  },
  "textdomain": "master-embed-posts",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}