{
  "apiVersion": 3,
  "title": "Related Posts",
  "name": "b3rg/related-posts",
  "attributes": {
    "numberOfPosts": {
      "type": "number",
      "default": 3
    },
    "orderBy": {
      "type": "string",
      "default": "relevance"
    },
    "selection": {
      "type": "string",
      "default": "auto"
    },
    "order": {
      "type": "string",
      "default": "DESC"
    },
    "postTaxonomies": {
      "type": "array",
      "default": []
    },
    "isBackgroundImage": {
      "type": "boolean",
      "default": false
    },
    "anchorAppearance": {
      "type": "string",
      "default": "full"
    },
    "blockClassNames": {
      "type": "array",
      "default": [
        {
          "value": "e-rlp--dlt",
          "label": "Dlt"
        }
      ]
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "enableFocusableIcon": {
      "type": "boolean",
      "default": true
    }
  },
  "providesContext": {
    "b3rg/postSelection": "selection"
  },
  "version": "1.0.0",
  "category": "b3rg",
  "description": "Suggest relevant content to readers, enhancing engagement and exploration.",
  "supports": {
    "html": false,
    "customClassName": false
  },
  "textdomain": "b3rg",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}