{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "co-authors-plus/name",
  "version": "1.0.0",
  "title": "Co-Author Name",
  "category": "theme",
  "description": "Displays a co-author's display name and optionally links to their author archive.",
  "keywords": [
    "coauthors"
  ],
  "supports": {
    "html": false,
    "color": {
      "link": true,
      "text": true,
      "background": true,
      "__experimentalDefaultControls": {}
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalTextDecoration": true,
      "__experimentalFontStyle": true,
      "__experimentalFontWeight": true,
      "__experimentalLetterSpacing": true,
      "__experimentalTextTransform": true,
      "__experimentalDefaultControls": {}
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "margin": false,
        "padding": false
      }
    }
  },
  "usesContext": [
    "co-authors-plus/author"
  ],
  "attributes": {
    "isLink": {
      "type": "boolean",
      "default": false
    },
    "rel": {
      "type": "string",
      "default": "author"
    },
    "tagName": {
      "type": "string",
      "default": "p"
    },
    "textAlign": {
      "type": "string"
    }
  },
  "textdomain": "co-authors-plus",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}