{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "leco-cp/register",
    "title": "Register Form",
    "category": "widgets",
    "icon": "feedback",
    "description": "Add the Client Portal registration form.",
    "keywords": [ "Client Portal Register Form" ],
    "textdomain": "leco-cp",
	"attributes": {
		"project": {
			"type": "integer"
		},
		"template": {
			"type": "integer"
		},
		"projectTitle": {
			"type": "string",
			"default": "New Project"
		},
		"showOrganization": {
			"type": "boolean",
			"default": true
		},
		"privacyConsentLabel": {
			"type": "string",
			"default": "I agree with the storage and handling of my data by this website."
		}
	},
    "script": "file:./index.js",
	"style": [ "file:./style-index.css" ]
}
