{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "edd/register",
  "version": "2.0.0",
  "title": "EDD Registration Form",
  "category": "easy-digital-downloads",
  "icon": "id",
  "description": "Registration form for Easy Digital Downloads.",
  "keywords": [
    "easy digital downloads",
    "edd",
    "registration"
  ],
  "supports": {
    "html": false
  },
  "textdomain": "easy-digital-downloads",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "current": {
      "type": "boolean",
      "default": true
    },
    "redirect": {
      "type": "string",
      "default": ""
    },
    "username": {
      "type": "boolean",
      "default": true
    }
  },
  "example": {
    "attributes": {}
  }
}