{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"attributes": {
		"group_id": {
			"type": "string",
			"default": ""
		},
		"post_id": {
			"type": "string",
			"default": ""
		}
	},
	"name": "myclub-groups/title",
	"version": "2.7.0",
	"title": "MyClub Group Title",
	"category": "myclub",
	"icon": "admin-page",
	"description": "Display title for a selected group",
	"example": {},
	"supports": {
		"html": false
	},
	"textdomain": "myclub-groups",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"render": "file:./render.php",
	"style": "file:./style-index.css",
	"viewScript": "file:./view.js"
}