{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Load More",
  "name": "brandy/load-more",
  "category": "brandy-blocks",
  "description": "Append the next page of a Relative Posts loop without leaving the page.",
  "keywords": [
    "load more",
    "pagination",
    "infinite",
    "posts",
    "ajax"
  ],
  "ancestor": [
    "brandy/relative-posts"
  ],
  "usesContext": [
    "query",
    "queryId"
  ],
  "attributes": {
    "label": {
      "type": "string",
      "default": "Load more"
    },
    "loadingLabel": {
      "type": "string",
      "default": "Loading…"
    },
    "align": {
      "type": "string",
      "enum": [
        "left",
        "center",
        "right"
      ],
      "default": "center"
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "interactivity": true,
    "color": {
      "text": true,
      "background": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "radius": true
      }
    }
  },
  "textdomain": "brandy-blocks",
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js"
}