{
  "apiVersion": 3,
  "name": "b-blocks/team-members",
  "title": "Team Members",
  "description": "Display Team members section.",
  "category": "bBlocks",
  "keywords": [
    "team",
    "members",
    "team members section"
  ],
  "textdomain": "b-blocks",
  "attributes": {
    "align": {
      "type": "string",
      "default": "wide"
    },
    "members": {
      "type": "array",
      "default": [
        {
          "background": {
            "color": "#0000"
          },
          "border": {
            "radius": "3px"
          },
          "shadow": [],
          "photo": {
            "id": null,
            "url": "",
            "alt": "",
            "title": ""
          },
          "photoBorder": {
            "radius": "50%"
          },
          "name": "Martin",
          "nameColor": "#333",
          "title": "Founder",
          "titleColor": "#333",
          "separator": {
            "width": "20%",
            "height": "3px",
            "color": "#777"
          },
          "bio": "I am a self-motivated and self-taught professional who likes to solve problems.",
          "bioColor": "#333",
          "social": [
            {
              "link": "#",
              "icon": {
                "class": "fab fa-facebook-f"
              }
            },
            {
              "link": "#",
              "icon": {
                "class": "fab fa-twitter"
              }
            },
            {
              "link": "#",
              "icon": {
                "class": "fab fa-linkedin-in"
              }
            }
          ],
          "socialIconColors": {
            "color": "#fff",
            "bg": "#146EF5"
          },
          "iconStyle": {
            "hover": {
              "socialIconColors": {
                "color": "#fff",
                "bg": "#146EF5"
              },
              "border": {},
              "shadow": {}
            },
            "normal": {
              "border": {},
              "shadow": []
            }
          }
        },
        {
          "background": {
            "color": "#0000"
          },
          "border": {
            "radius": "3px"
          },
          "shadow": [],
          "photo": {
            "id": null,
            "url": "",
            "alt": "",
            "title": ""
          },
          "photoBorder": {
            "radius": "50%"
          },
          "name": "Mary",
          "nameColor": "#333",
          "title": "Co-Founder",
          "titleColor": "#333",
          "separator": {
            "width": "20%",
            "height": "3px",
            "color": "#777"
          },
          "bio": "I am a self-motivated and self-taught professional who likes to solve problems.",
          "bioColor": "#333",
          "social": [
            {
              "link": "#",
              "icon": {
                "class": "fab fa-facebook-f"
              }
            },
            {
              "link": "#",
              "icon": {
                "class": "fab fa-twitter"
              }
            },
            {
              "link": "#",
              "icon": {
                "class": "fab fa-linkedin-in"
              }
            }
          ],
          "socialIconColors": {
            "color": "#fff",
            "bg": "#146EF5"
          },
          "iconStyle": {
            "hover": {
              "socialIconColors": {
                "color": "#fff",
                "bg": "#146EF5"
              },
              "border": {},
              "shadow": {}
            },
            "normal": {
              "border": {},
              "shadow": []
            }
          }
        },
        {
          "background": {
            "color": "#0000"
          },
          "border": {
            "radius": "3px"
          },
          "shadow": [],
          "photo": {
            "id": null,
            "url": "",
            "alt": "",
            "title": ""
          },
          "photoBorder": {
            "radius": "50%"
          },
          "name": "John Doe",
          "nameColor": "#333",
          "title": "CEO",
          "titleColor": "#333",
          "separator": {
            "width": "20%",
            "height": "3px",
            "color": "#777"
          },
          "bio": "I am a self-motivated and self-taught professional who likes to solve problems.",
          "bioColor": "#333",
          "social": [
            {
              "link": "#",
              "icon": {
                "class": "fab fa-facebook-f"
              }
            },
            {
              "link": "#",
              "icon": {
                "class": "fab fa-twitter"
              }
            },
            {
              "link": "#",
              "icon": {
                "class": "fab fa-linkedin-in"
              }
            }
          ],
          "socialIconColors": {
            "color": "#fff",
            "bg": "#146EF5"
          },
          "iconStyle": {
            "hover": {
              "socialIconColors": {
                "color": "#fff",
                "bg": "#146EF5"
              },
              "border": {},
              "shadow": {}
            },
            "normal": {
              "border": {},
              "shadow": []
            }
          }
        }
      ]
    },
    "columns": {
      "type": "object",
      "default": {
        "desktop": 3,
        "tablet": 2,
        "mobile": 1
      }
    },
    "columnGap": {
      "type": "string",
      "default": "30px"
    },
    "rowGap": {
      "type": "string",
      "default": "30px"
    },
    "layout": {
      "type": "string",
      "default": "vertical"
    },
    "theme": {
      "type": "string",
      "default": "default"
    },
    "isLinkNewTab": {
      "type": "boolean",
      "default": false
    },
    "textAlign": {
      "type": "string",
      "default": "center"
    },
    "padding": {
      "type": "object",
      "default": {
        "vertical": "50px",
        "horizontal": "20px"
      }
    },
    "photoWidth": {
      "type": "string",
      "default": "170px"
    },
    "photoMargin": {
      "type": "object",
      "default": {
        "side": 4,
        "bottom": "20px"
      }
    },
    "nameTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": "20px",
          "tablet": "18px",
          "mobile": "16px"
        },
        "fontWeight": 600
      }
    },
    "nameMargin": {
      "type": "object",
      "default": {
        "side": 4,
        "bottom": "10px"
      }
    },
    "isTitle": {
      "type": "boolean",
      "default": true
    },
    "titleTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": "16px"
        }
      }
    },
    "titleMargin": {
      "type": "object",
      "default": {
        "side": 4,
        "bottom": "10px"
      }
    },
    "isSep": {
      "type": "boolean",
      "default": true
    },
    "sepMargin": {
      "type": "object",
      "default": {
        "side": 4,
        "bottom": "15px"
      }
    },
    "isBio": {
      "type": "boolean",
      "default": true
    },
    "bioTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": "15px"
        }
      }
    },
    "bioMargin": {
      "type": "object",
      "default": {
        "side": 4,
        "bottom": "15px"
      }
    },
    "isSocial": {
      "type": "boolean",
      "default": true
    },
    "socialSize": {
      "type": "string",
      "default": "22px"
    },
    "socialIconMargin": {
      "type": "object",
      "default": {
        "side": 2,
        "vertical": "10px",
        "horizontal": "10px"
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true,
      "columns": {
        "desktop": 1,
        "tablet": 1,
        "mobile": 1
      }
    }
  },
  "editorScript": "file:../index.js",
  "style": [
    "file:./view.css",
    "fontAwesome"
  ],
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}