{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "combo-blocks/wordpress-org",
  "title": "wordpress-org",
  "textdomain": "combo-blocks",
  "category": "combo-blocks-tools",
  "providesContext": {
    "combo-blocks/WPObject": "objectX",
    "combo-blocks/WPIcon": "icon",
    "combo-blocks/wordpressORG": "blockId"
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "elements": {
      "type": "object",
      "default": {
        "items": [
          {
            "id": "name",
            "label": "Plugin Name",
            "prefix": "Plugin Name: "
          },
          {
            "id": "version",
            "label": "Version",
            "prefix": "Version: "
          }
        ]
      }
    },
    "wrapper": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "class": "pg-wordpress-org"
        },
        "styles": {}
      }
    },
    "item": {
      "type": "object",
      "default": {
        "options": {
          "class": "item",
          "tag": "li"
        },
        "styles": {}
      }
    },
    "thumb": {
      "type": "object",
      "default": {
        "options": {
          "class": "thumb"
        },
        "styles": {}
      }
    },
    "object": {
      "type": "object",
      "default": {
        "options": {
          "type": "plugin",
          "data": {},
          "slug": "combo-blocks"
        }
      }
    },
    "objectX": {
      "type": "object",
      "default": {
        "options": {
          "type": "plugin",
          "data": {}
        }
      }
    },
    "icon": {
      "type": "object",
      "default": {
        "options": {
          "library": "fontAwesome",
          "srcType": "class",
          "iconSrc": "far fa-calendar-alt",
          "position": "",
          "class": "icon",
          "overrideChild": true
        },
        "styles": {}
      }
    },
    "visible": {
      "type": "object",
      "default": {}
    },
    "blockId": {
      "type": "string",
      "default": ""
    },
    "blockCssY": {
      "type": "object",
      "default": {
        "items": {}
      }
    }
  },
  "style": "front_style",
  "script": "combo_blocks_scripts",
  "keywords": [
    "wordpress.org",
    "plugin information",
    "plugin info",
    "theme information",
    "theme info",
    "wordpress plugin info block",
    "plugin info block"
  ],
  "description": "The wordpress-org block shows the details of wordpress themes and plugins, such as - name, version, author, etc."
}