{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "hundredprints/form",
  "version": "1.0.0",
  "title": "100Prints Form",
  "category": "design",
  "icon": "forms",
  "description": "Input fields that feed into the 100Prints Document block. No submit button — values are read by the Document block on Download.",
  "attributes": {
    "fields": {
      "type": "array",
      "default": []
    },
    "appearancePreset": {
      "type": "string",
      "default": "inherit"
    },
    "layoutDirection": {
      "type": "string",
      "default": "vertical"
    },
    "layoutGap": {
      "type": "string",
      "default": "1rem"
    }
  },
  "supports": {
    "html": false,
    "align": true,
    "customClassName": true,
    "color": {
      "background": true,
      "text": true,
      "link": true,
      "gradients": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "fontFamily": true,
      "fontWeight": true,
      "fontStyle": true
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "border": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "shadow": true
  },
  "textdomain": "100prints",
  "editorScript": "file:./index.js",
  "viewScript": "file:./frontend.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}