{
	"title": "New Form",
	"attributes": {
		"submitLabel": {
			"type": "string",
			"default": "Submit"
		},
		"buttonSetting": {
			"type": "object",
			"default": {
				"disable": false,
				"alignment": "justify-start"
			}
		},
		"id": {
			"type": "string",
			"default": ""
		},
		"templateBuilder": {
			"type": "boolean",
			"default": false
		},

		"email": {
			"type": "string",
			"default": ""
		},
		"cc": {
			"type": "string",
			"default": ""
		},
		"bcc": {
			"type": "string",
			"default": ""
		},
		"fromEmail": {
			"type": "string",
			"default": ""
		},
		"successURL": {
			"type": "string",
			"default": ""
		},
		"successType": {
			"type": "string",
			"default": "message"
		},
		"successMessage": {
			"type": "string",
			"default": "The form has been submitted Successfully!"
		},
		"theme": {
			"type": "object",
			"default": {
				"accentColor": "rgb(49, 49, 49)",
				"textColor": "",
				"fieldBackgroundColor": ""
			}
		},
		"formType": {
			"type": "string",
			"default": ""
		},
		"encryption": {
			"type": "string",
			"default": ""
		},
		"hideFormOnSuccess": {
			"type": "boolean",
			"default": false
		},
		"cpt": {
			"type": "boolean",
			"default": false
		},
		"formLabel": {
			"type": "string",
			"default": ""
		},
		"integrations": {
			"type": "object",
			"default": {}
		},
		"actions": {
			"type": "array",
			"default": ["Record Entries", "Email Notification"]
		},
		"spamProtections": {
			"type": "array",
			"default": []
		},
		"buttonStyling": {
			"type": "object",
			"default": {
				"backgroundColor": "white"
			}
		},
		"extendedData": {
			"type": "object",
			"default": {}
		},
		"customAction" : {
			"type": "string",
			"default": ""
		}
	},
	"example": {
		"attributes": {
			"submitLabel": "Submit",
			"buttonSetting": {
				"disable": false,
				"alignment": "justify-end"
			},
			"id": "submit-8a700842-159e-4b57-9bba-f7949f89f073",
			"templateBuilder": false,
			"email": "",
			"cc": "",
			"bcc": "",
			"fromEmail": "",
			"successURL": "",
			"successType": "message",
			"successMessage": "The form has been submitted Successfully!",
			"theme": {
				"accentColor": "rgb(49, 49, 49)",
				"textColor": "",
				"fieldBackgroundColor": ""
			},
			"formType": "standard",
			"encryption": "",
			"hideFormOnSuccess": false,
			"formLabel": "Gutenberg Form - form-8a700842",
			"integrations": {},
			"spamProtections": [],
			"template": "{\"subject\":\"New Form Submission\",\"body\":\"{{all_data}}\"}",
			"spamMessage": "There was an error trying to send your message. Please try again later.",
			"errorMessage": "There was an error trying to send your message. Please try again later."
		},
		"innerBlocks": [
			{
				"name": "cwp/name",
				"attributes": {}
			},
			{
				"name": "cwp/email",
				"attributes": {}
			},
			{
				"name": "cwp/message",
				"attributes": {}
			}
		]
	}
}
