{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "author-profile-blocks/author-profile",
  "version": "1.0.4",
  "title": "Author Profile",
  "category": "widgets",
  "icon": "admin-users",
  "description": "Showcase author profiles with a beautiful Gutenberg block that displays author information from WordPress users.",
  "attributes": {
    "authorId": {
      "type": "number",
      "default": 0
    },
    "showImage": {
      "type": "boolean",
      "default": true
    },
    "showEmail": {
      "type": "boolean",
      "default": true
    },
    "showDescription": {
      "type": "boolean",
      "default": true
    },
    "showRegisteredDate": {
      "type": "boolean",
      "default": true
    },
    "showMoreContent": {
      "type": "boolean",
      "default": false
    },
    "moreContent": {
      "type": "string",
      "default": ""
    },
    "backgroundColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "textAlign": {
      "type": "string",
      "default": "left"
    },
    "padding": {
      "type": "number",
      "default": 20
    },
    "avatarSize": {
      "type": "number",
      "default": 80
    },
    "avatarShape": {
      "type": "string",
      "default": "circle"
    },
    "avatarBorderWidth": {
      "type": "number",
      "default": 0
    },
    "avatarBorderColor": {
      "type": "string",
      "default": "#e0e0e0"
    },
    "avatarBorderRadius": {
      "type": "number",
      "default": 8
    },
    "avatarAlignment": {
      "type": "string",
      "default": "center"
    },
    "avatarMargin": {
      "type": "number",
      "default": 10
    },
    "nameColor": {
      "type": "string",
      "default": ""
    },
    "nameSize": {
      "type": "number",
      "default": 20
    },
    "nameWeight": {
      "type": "string",
      "default": "normal"
    },
    "nameAlignment": {
      "type": "string",
      "default": "left"
    },
    "nameMargin": {
      "type": "number",
      "default": 5
    },
    "nameTransform": {
      "type": "string",
      "default": "none"
    },
    "descriptionColor": {
      "type": "string",
      "default": ""
    },
    "descriptionSize": {
      "type": "number",
      "default": 14
    },
    "descriptionLineHeight": {
      "type": "number",
      "default": 1.6
    },
    "descriptionAlignment": {
      "type": "string",
      "default": "left"
    },
    "descriptionMargin": {
      "type": "number",
      "default": 10
    },
    "descriptionStyle": {
      "type": "string",
      "default": "normal"
    },
    "metaColor": {
      "type": "string",
      "default": ""
    },
    "metaSize": {
      "type": "number",
      "default": 13
    },
    "metaAlignment": {
      "type": "string",
      "default": "left"
    },
    "metaMargin": {
      "type": "number",
      "default": 5
    },
    "metaStyle": {
      "type": "string",
      "default": "normal"
    },
    "metaBold": {
      "type": "boolean",
      "default": false
    },
    "emailLinkColor": {
      "type": "string",
      "default": ""
    },
    "emailHoverColor": {
      "type": "string",
      "default": ""
    },
    "showSocialLinks": {
      "type": "boolean",
      "default": false
    },
    "socialLinksToShow": {
      "type": "array",
      "default": [
        "facebook",
        "twitter",
        "linkedin",
        "instagram",
        "youtube",
        "github",
        "website"
      ]
    },
    "socialIconSize": {
      "type": "number",
      "default": 16
    },
    "socialIconColor": {
      "type": "string",
      "default": ""
    },
    "socialIconHoverColor": {
      "type": "string",
      "default": ""
    },
    "socialIconSpacing": {
      "type": "number",
      "default": 10
    },
    "socialIconAlignment": {
      "type": "string",
      "default": "left"
    },
    "socialIconBackground": {
      "type": "string",
      "default": "#f0f0f0"
    },
    "socialIconBackgroundHover": {
      "type": "string",
      "default": "#333333"
    },
    "moreContentBorderColor": {
      "type": "string",
      "default": "#eeeeee"
    },
    "moreContentPadding": {
      "type": "number",
      "default": 15
    },
    "blockStyle": {
      "type": "string",
      "default": ""
    },
    "contentOrder": {
      "type": "string",
      "default": "image-content"
    },
    "layoutPreset": {
      "type": "string",
      "default": "default"
    },
    "animationType": {
      "type": "string",
      "default": "none"
    },
    "animationDuration": {
      "type": "number",
      "default": 300
    },
    "hoverEffect": {
      "type": "string",
      "default": "none"
    },
    "customCssClass": {
      "type": "string",
      "default": ""
    },
    "googleFont": {
      "type": "string",
      "default": ""
    },
    "fontSizeUnit": {
      "type": "string",
      "default": "px"
    },
    "gradientBackground": {
      "type": "boolean",
      "default": false
    },
    "gradientStartColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "gradientEndColor": {
      "type": "string",
      "default": "#f8f9fa"
    },
    "gradientDirection": {
      "type": "string",
      "default": "to bottom"
    },
    "transformScale": {
      "type": "number",
      "default": 1
    },
    "transformRotate": {
      "type": "number",
      "default": 0
    },
    "filterBrightness": {
      "type": "number",
      "default": 100
    },
    "filterContrast": {
      "type": "number",
      "default": 100
    },
    "filterSaturate": {
      "type": "number",
      "default": 100
    },
    "lazyLoad": {
      "type": "boolean",
      "default": true
    },
    "contentTabs": {
      "type": "boolean",
      "default": false
    },
    "tabLabels": {
      "type": "object",
      "default": {
        "bio": "Bio",
        "contact": "Contact",
        "social": "Social"
      }
    },
    "margin": {
      "type": "string",
      "default": ""
    },
    "sectionSpacing": {
      "type": "number",
      "default": 15
    },
    "boxShadow": {
      "type": "boolean",
      "default": false
    },
    "boxShadowColor": {
      "type": "string",
      "default": "rgba(0,0,0,0.2)"
    },
    "boxShadowBlur": {
      "type": "number",
      "default": 8
    },
    "boxShadowSpread": {
      "type": "number",
      "default": 0
    },
    "boxShadowHorizontal": {
      "type": "number",
      "default": 0
    },
    "boxShadowVertical": {
      "type": "number",
      "default": 4
    },
    "borderWidth": {
      "type": "number",
      "default": 0
    },
    "borderColor": {
      "type": "string",
      "default": "#e0e0e0"
    },
    "borderRadius": {
      "type": "number",
      "default": 0
    },
    "containerWidth": {
      "type": "string",
      "default": ""
    },
    "customVar1": {
      "type": "string",
      "default": ""
    },
    "customVar2": {
      "type": "string",
      "default": ""
    }
  },
  "example": {
    "attributes": {
      "textAlign": "left",
      "showImage": true,
      "showEmail": true,
      "showDescription": true,
      "showMoreContent": true,
      "moreContent": "This is an example of the additional content section.",
      "backgroundColor": "#f8f9fa",
      "padding": 25
    },
    "viewportWidth": 800
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true
    }
  },
  "textdomain": "author-profile-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}