{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "powerai/term-children",
  "title": "Power AI – Sous-catégories",
  "category": "widgets",
  "icon": "filter",
  "description": "Affiche les sous-termes de la catégorie/taxonomie courante sur une archive.",
  "supports": {
    "html": false
  },
  "attributes": {
    "hideEmpty": { "type": "boolean", "default": true },
    "showCount": { "type": "boolean", "default": false },
    "label": { "type": "string", "default": "" },
    "wrapperClass": { "type": "string", "default": "" },
    "ulClass": { "type": "string", "default": "" }
  }
}