{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "frontis-blocks/loop-builder",
  "version": "1.0.0",
  "title": "Loop builder",
  "category": "frontis-blocks",
  "description": "A customizable loop builder block with various styling options.",
  "example": {},
  "supports": {
    "anchor": false,
    "align": [
      "wide",
      "full"
    ],
    "customClassName": false
  },
  "attributes": {
    "align": {
      "type": "string",
      "enum": [
        "wide",
        "full"
      ],
      "default": "wide"
    }
  },
  "usesContext": [
    "templateSlug"
  ],
  "providesContext": {
    "queryId": "queryId",
    "query": "query",
    "displayLayout": "displayLayout",
    "enhancedPagination": "enhancedPagination"
  },
  "textdomain": "frontis-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php"
}