{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "webring-manager/website-list",
  "version": "0.1.0",
  "title": "Webring Website List",
  "category": "widgets",
  "icon": "smiley",
  "description": "Display a list of websites in a webring.",
  "example": {},
  "supports": {
    "anchor": true,
    "align": true,
    "html": false,
    "color": {
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true,
        "link": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "__experimentalBorder": {
      "radius": true,
      "color": true,
      "width": true,
      "style": true,
      "__experimentalDefaultControls": {
        "radius": true,
        "color": true,
        "width": true,
        "style": true
      }
    }
  },
  "attributes": {
    "categories": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "postLayout": {
      "type": "string",
      "default": "list"
    },
    "columns": {
      "type": "number",
      "default": 3
    },
    "displayFeaturedImage": {
      "type": "boolean",
      "default": false
    },
    "featuredImageAlign": {
      "type": "string",
      "enum": [
        "left",
        "center",
        "right"
      ]
    },
    "featuredImageSizeSlug": {
      "type": "string",
      "default": "thumbnail"
    },
    "featuredImageSizeWidth": {
      "type": "number"
    },
    "featuredImageSizeHeight": {
      "type": "number"
    },
    "addLinkToFeaturedImage": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "webring-manager",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}