{
	"name": "coblocks/field-name",
	"category": "layout",
	"attributes": {
		"label": {
			"type": "string",
			"default": "Name"
		},
		"required": {
			"type": "boolean",
			"default": false
		},
		"hasLastName": {
			"type": "boolean",
			"default": false
		},
		"labelFirstName": {
			"type": "string",
			"default": "First"
		},
		"labelLastName": {
			"type": "string",
			"default": "Last"
		}
	},
	"title": "Name",
	"textdomain": "coblocks",
	"description": "A text field for collecting the first and last names.",
	"parent": [
		"coblocks/form"
	],
	"editorScript": ["coblocks-3"],
	"render": "index.php"
}
