{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "monsterinsights/popular-posts-inline",
  "title": "Inline Popular Posts",
  "category": "widgets",
  "description": "Add inline popular posts.",
  "keywords": [
    "popular",
    "posts",
    "inline"
  ],
  "textdomain": "default",
  "attributes": {
    "preview": {
      "type": "boolean",
      "default": false
    },
    "theme": {
      "type": "string"
    },
    "title_size": {
      "type": "number"
    },
    "title_color": {
      "type": "string"
    },
    "label_color": {
      "type": "string"
    },
    "label_text": {
      "type": "string"
    },
    "label_background": {
      "type": "string"
    },
    "background_color": {
      "type": "string"
    },
    "background_border": {
      "type": "string"
    },
    "icon_background": {
      "type": "string"
    },
    "icon_color": {
      "type": "string"
    },
    "border_color": {
      "type": "string"
    },
    "border_color2": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "followrules": {
      "type": "boolean"
    }
  },
  "editorStyle": "monsterinsights-gutenberg-editor-css"
}