{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "name": "groundworx-testimonial/testimonial",
  "title": "Testimonial Block",
  "category": "widgets",
  "apiVersion": 3,
  "supports": {
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "html": false,
    "className": true,
    "color": {
      "text": true,
      "background": true,
      "gradients": true
    },
    "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
    },
    "shadow": true,
    "spacing": {
      "margin": [
        "vertical"
      ],
      "padding": true,
      "blockGap": false,
      "__experimentalDefaultControls": {
        "padding": true,
        "margin": true
      }
    },
    "layout": {
      "default": {
        "type": "flex",
        "orientation": "horizontal",
        "verticalAlignment": "center",
        "flexWrap": "nowrap",
        "justifyContent": "center"
      },
      "allowCustomContentAndWideSize": false,
      "allowEditing": false,
      "allowSwitching": false,
      "allowSizingOnChildren": true,
      "allowOrientation": false,
      "allowJustification": false,
      "allowVerticalAlignment": false
    },
    "dimensions": {
      "minHeight": true
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "usesContext": [
    "postId",
    "postType",
    "queryId"
  ],
  "attributes": {
    "template": {
      "type": "string",
      "default": "default"
    },
    "testimonialPostId": {
      "type": "number",
      "default": null
    },
    "aspectRatio": {
      "type": "string"
    },
    "width": {
      "type": "string"
    },
    "height": {
      "type": "string"
    },
    "scale": {
      "type": "string",
      "default": "cover"
    },
    "sizeSlug": {
      "type": "string"
    },
    "cutOut": {
      "type": "boolean",
      "default": false
    }
  },
  "editorStyle": "groundworx-testimonial-editor",
  "style": "groundworx-testimonial-style"
}