{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "name": "groundworx-testimonial/author",
  "title": "Testimonial Author",
  "category": "testimonial",
  "apiVersion": 3,
  "supports": {
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "html": false,
    "color": {
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "margin": false,
        "padding": false
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalFontStyle": true,
      "__experimentalFontWeight": true,
      "__experimentalLetterSpacing": true,
      "__experimentalWritingMode": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "__experimentalBorder": {
      "radius": true,
      "color": true,
      "width": true,
      "style": true
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "usesContext": [
    "postId",
    "postType",
    "queryId"
  ],
  "attributes": {
    "textAlign": {
      "type": "string"
    },
    "testimonialPostId": {
      "type": "number",
      "default": null
    }
  },
  "editorStyle": "groundworx-testimonial-editor",
  "style": "groundworx-testimonial-style"
}