{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "awt/author-pro-featured-in",
  "version": "1.0.0",
  "title": "Featured In [Author Pro]",
  "category": "awt-blocks",
  "description": "Featured In section with text or image logos",
  "keywords": [
    "featured",
    "logos",
    "author",
    "pro"
  ],
  "textdomain": "author-website-templates",
  "editorScript": "file:./index.js",
  "render": "file:./render.php",
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "sectionTitle": {
      "type": "string",
      "default": "Featured In"
    },
    "align": {
      "type": "string",
      "default": "full"
    },
    "logos": {
      "type": "array",
      "default": [
        {
          "id": 1,
          "text": "Forbes",
          "url": "",
          "link": "#"
        },
        {
          "id": 2,
          "text": "The New York Times",
          "url": "",
          "link": "#"
        },
        {
          "id": 3,
          "text": "Wall Street Journal",
          "url": "",
          "link": "#"
        },
        {
          "id": 4,
          "text": "TIME",
          "url": "",
          "link": "#"
        }
      ]
    },
    "paddingTop": {
      "type": "number",
      "default": 32
    },
    "paddingBottom": {
      "type": "number",
      "default": 32
    },
    "bgColor": {
      "type": "string",
      "default": "bg-primary"
    },
    "anchor": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "full"
    ]
  }
}