{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "awt/child-author-about",
  "version": "1.0.0",
  "title": "About Author (Child Author)",
  "category": "theme",
  "icon": "admin-users",
  "description": "About author section with bio, image, and Smart Pro Locking for styling controls.",
  "keywords": [
    "about",
    "author",
    "profile",
    "child-author"
  ],
  "textdomain": "author-website-templates",
  "editorScript": "file:./index.js",
  "attributes": {
    "align": {
      "type": "string",
      "default": "full"
    },
    "heading": {
      "type": "string",
      "default": "Who's This Person?"
    },
    "authorImageId": {
      "type": "number",
      "default": 0
    },
    "authorImageUrl": {
      "type": "string",
      "default": "https://via.placeholder.com/400x500?text=Author+Photo"
    },
    "buttonText": {
      "type": "string",
      "default": "Say Hello"
    },
    "buttonUrl": {
      "type": "string",
      "default": "#contact"
    },
    "sectionBgColor": {
      "type": "string",
      "default": ""
    },
    "sectionPadding": {
      "type": "number",
      "default": null
    },
    "headingColor": {
      "type": "string",
      "default": ""
    },
    "textColor": {
      "type": "string",
      "default": ""
    },
    "btnBgColor": {
      "type": "string",
      "default": ""
    },
    "btnTextColor": {
      "type": "string",
      "default": ""
    },
    "btnHoverBgColor": {
      "type": "string",
      "default": ""
    },
    "btnHoverTextColor": {
      "type": "string",
      "default": ""
    },
    "imageStyle": {
      "type": "string",
      "default": "circle"
    },
    "showButton": {
      "type": "boolean",
      "default": true
    },
    "blockId": {
      "type": "string",
      "default": ""
    },
    "aboutStyle": {
      "type": "string",
      "default": "fun"
    }
  },
  "supports": {
    "html": false,
    "align": [
      "full"
    ]
  },
  "style": "file:./index.css"
}