{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "co-authors-plus/coauthors",
  "version": "1.0.0",
  "title": "Co-Authors",
  "category": "theme",
  "description": "Displays the co-authors of a post by using blocks to create a template. Start with co-author name and add any other co-author blocks.",
  "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,
      "blockGap": true,
      "__experimentalDefaultControls": {
        "margin": false,
        "padding": false,
        "blockGap": false
      }
    },
    "layout": true
  },
  "attributes": {
    "layout": {
      "type": "object",
      "default": {
        "type": "default"
      }
    },
    "textAlign": {
      "type": "string"
    }
  },
  "usesContext": [
    "postId"
  ],
  "textdomain": "co-authors-plus",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}