File: /home/mjlclaims/public_html/wp-content/plugins/coblocks/dist/blocks/author/block.json
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "coblocks/author",
"category": "layout",
"attributes": {
"biography": {
"type": "array",
"source": "children",
"selector": ".wp-block-coblocks-author__biography",
"default": []
},
"name": {
"type": "string",
"source": "html",
"selector": ".wp-block-coblocks-author__name"
},
"imgId": {
"type": "number"
},
"imgUrl": {
"type": "string",
"source": "attribute",
"attribute": "src",
"selector": "img"
}
},
"supports": {
"anchor": true,
"html": false,
"color": {
"link": false
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontStyle": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalTextTransform": true,
"__experimentalDefaultControls": {
"fontSize": true
}
}
},
"title": "Author",
"textdomain": "coblocks",
"editorScript": "blocks-1",
"description": "Add an author biography to build credibility and authority."
}