{
	"title": "Group",
	"attributes": {
		"styling": {
			"type": "object",
			"default": {
				"backgroundColor": "rgb(238, 238, 238)",
				"color": "rgb(49, 49, 49)",
				"padding": 25,
				"borderColor": "rgb(220, 215, 202)",
				"borderWidth": 2,
				"borderRadius": 0
			}
		},
		"label": {
			"type": "string",
			"default": "My Group"
		},
		"content": {
			"type": "string",
			"default": ""
		},
		"condition": {
			"type": "object",
			"default": {
				"field": null,
				"condition": "===",
				"value": ""
			}
		},
		"enableCondition": {
			"type": "boolean",
			"default": false
		}
	}
}
