{
     "$schema": "https://schemas.wp.org/trunk/block.json",
     "apiVersion": 3,
     "name": "ub/testimonial",
     "title": "Testimonial",
     "category": "ultimateblocks",
     "description": "Nice, simple testimonial box with option to add image, name, role of the testimonial author.",
     "keywords": [
          "testimonial",
          "quotes",
          "Ultimate Blocks"
     ],
     "attributes": {
          "blockID": {
               "type": "string",
               "default": ""
          },
          "ub_testimonial_text": {
               "type": "string",
               "default": ""
          },
          "textAlign": {
               "type": "string",
               "default": "justify"
          },
          "ub_testimonial_author": {
               "type": "string",
               "default": ""
          },
          "authorAlign": {
               "type": "string",
               "default": "right"
          },
          "ub_testimonial_author_role": {
               "type": "string",
               "default": ""
          },
          "authorRoleAlign": {
               "type": "string",
               "default": "right"
          },
          "imgURL": {
               "type": "string",
               "default": ""
          },
          "imgID": {
               "type": "number"
          },
          "imgAlt": {
               "type": "string",
               "default": ""
          },
          "backgroundColor": {
               "type": "string",
               "default": "#f4f6f6"
          },
          "textColor": {
               "type": "string",
               "default": ""
          },
          "textSize": {
               "type": "number",
               "default": 17
          },
          "padding": {
               "type": "object",
               "default": {}
          },
          "margin": {
               "type": "object",
               "default": {}
          }
     },
     "supports": {}
}