{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "combo-blocks/team-members",
  "title": "Team Members",
  "textdomain": "combo-blocks",
  "category": "combo-blocks-archive",
  "parent": [
    "combo-blocks/content-slider",
    "combo-blocks/image-gallery",
    "combo-blocks/masonry-wrap",
    "combo-blocks/team-showcase",
    "combo-blocks/filterable-grid",
    "combo-blocks/grid-wrap"
  ],
  "usesContext": [
    "combo-blocks/galleryId",
    "combo-blocks/lightbox",
    "combo-blocks/filterable",
    "parentBlock"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "wrapper": {
      "type": "object",
      "default": {
        "options": {
          "class": "pg-team-members",
          "type": "link"
        },
        "styles": {}
      }
    },
    "itemsWrap": {
      "type": "object",
      "default": {
        "options": {
          "excludedWrapper": true
        },
        "styles": {}
      }
    },
    "itemWrap": {
      "type": "object",
      "default": {
        "options": {
          "tag": "div",
          "class": "",
          "counterClass": false,
          "termsClass": false,
          "oddEvenClass": false
        },
        "styles": {}
      }
    },
    "nthItemStyle": {
      "type": "array",
      "default": [
        {
          "styles": {}
        }
      ]
    },
    "teamMembers": {
      "type": "array",
      "default": []
    },
    "socialLinks": {
      "type": "array",
      "default": []
    },
    "elements": {
      "type": "object",
      "default": {
        "options": {
          "linkTarget": "_blank",
          "showLabel": false,
          "showCount": false,
          "showIcon": true,
          "iconPosition": "beforeLabel"
        },
        "styles": {},
        "items": [
          {
            "id": "facebook",
            "label": "Facebook",
            "count": 125,
            "url": "https://www.facebook.com/sharer.php?u={URL}",
            "profileLink": "",
            "siteIcon": {
              "library": "fontAwesome",
              "srcType": "class",
              "iconSrc": "fab fa-facebook-square"
            },
            "styles": {}
          },
          {
            "id": "twitter",
            "label": "Twitter",
            "count": 125,
            "url": "https://twitter.com/intent/tweet?url={URL}",
            "profileLink": "",
            "siteIcon": {
              "library": "fontAwesome",
              "srcType": "class",
              "iconSrc": "fab fa-twitter-square"
            },
            "styles": {}
          },
          {
            "id": "linkedin",
            "label": "Linkedin",
            "count": 125,
            "url": "https://www.linkedin.com/shareArticle?mini=true&url={URL}&title={TITLE}",
            "profileLink": "",
            "siteIcon": {
              "library": "fontAwesome",
              "srcType": "class",
              "iconSrc": "fab fa-linkedin"
            },
            "styles": {}
          }
        ]
      }
    },
    "lightbox": {
      "type": "object",
      "default": {
        "options": {
          "enable": false
        }
      }
    },
    "blockCssY": {
      "type": "object",
      "default": {
        "items": {}
      }
    },
    "visible": {
      "type": "object",
      "default": {}
    },
    "blockId": {
      "type": "string",
      "default": ""
    }
  },
  "script": "combo_blocks_scripts",
  "keywords": [
    "terms list",
    "term list",
    "taxonomy term list",
    "category list",
    "categories list",
    "tag list",
    "tags list",
    "taxonomy list",
    "taxonomies list",
    "terms list block",
    "terms list for wordpress",
    "terms list block for wordpress"
  ],
  "description": "The terms list block displays a list of specific terms, providing a quick reference for readers."
}