{
	"apiVersion": 3,
	"name": "c7wp/clubselector-v2",
	"title": "Club Selector v2",
	"category": "commerce7",
	"description": "Improved Club Selector with Commerce7 join buttons.",
	"keywords": ["commerce7", "club", "selector", "join"],
	"textdomain": "wp-commerce7",
	"editorScript": "c7wp-clubselector-v2",
	"editorStyle": "c7wp-clubselector-v2",
	"style": "file:./frontend.css",
	"render": "file:./render.php",
	"supports": {
		"html": false,
		"customClassName": false
	},
	"attributes": {
		"displayType": {
			"type": "string",
			"default": "radio"
		},
		"clubs": {
			"type": "array",
			"default": []
		},
		"radioGroupName": {
			"type": "string",
			"default": ""
		}
	}
}
