{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bsw-blocks-adel/fonction",
  "version": "0.1.0",
  "title": "Fonction",
  "category": "adel",
  "icon": "networking",
  "description": "Affiche les personnes d'une fonction dans un groupe",
  "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": {
    "idLabelFonction": {
      "type": "string",
      "default": ""
    },
    "idGroupe": {
      "type": "string",
      "default": ""
    },
    "showStatus": {
      "type": "boolean",
      "default": true
    },
    "showDescription": {
      "type": "boolean",
      "default": true
    },
    "showCoordonnees": {
      "type": "boolean",
      "default": true
    },
    "showGroupeLibelle": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "bsw-blocks-adel",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}