{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bsw-blocks-adel/groupe",
  "version": "0.1.0",
  "title": "Groupe",
  "category": "adel",
  "icon": "groups",
  "description": "Affiche les informations d'un groupe ses fils et/ou sa sous hiérarchie + fonctions + personnes",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full",
      "left",
      "right",
      "center"
    ],
    "color": {
      "background": true,
      "text": true,
      "button": true
    },
    "customClassName": true,
    "shadow": true,
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true
    }
  },
  "attributes": {
    "idGroupe": {
      "type": "string",
      "default": ""
    },
    "showLibelle": {
      "type": "boolean",
      "default": true
    },
    "htmlTagLibelle": {
      "type": "string",
      "default": "h2"
    },
    "showDescription": {
      "type": "boolean",
      "default": true
    },
    "showCoordonnees": {
      "type": "boolean",
      "default": true
    },
    "showFonctions": {
      "type": "boolean",
      "default": true
    },
    "showFonctionsSectionTitre": {
      "type": "boolean",
      "default": true
    },
    "fonctionsSectionTitre": {
      "type": "string",
      "default": "Fonctions"
    },
    "showEnfants": {
      "type": "boolean",
      "default": true
    },
    "showEnfantsSectionTitre": {
      "type": "boolean",
      "default": true
    },
    "enfantsSectionTitre": {
      "type": "string",
      "default": "Sous groupes"
    },
    "showEnfantsRecursif": {
      "type": "boolean",
      "default": true
    },
    "sousGroupeType": {
      "type": "boolean",
      "description": "zonegeo|etablissement|lieuDeCulte|etablissementScolaire|organisation|communaute|congregation|association|mouvement|service Permet l'affichage des groupes fils ",
      "default": ""
    }
  },
  "textdomain": "bsw-blocks-adel",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}