{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "{{BLOCK_NAMESPACE}}/{{BLOCK_SLUG}}",
	"title": "{{BLOCK_TITLE}}",
	"category": "{{BLOCK_CATEGORY}}",
	"icon": "{{BLOCK_ICON}}",
	"description": "{{BLOCK_DESCRIPTION}}",
	"keywords": {{BLOCK_KEYWORDS}},
	"version": "1.0.0",
	"textdomain": "{{BLOCK_NAMESPACE}}",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./editor.css",
	"viewStyle": "file:./style.css",
	"viewScript": "file:./frontend.js",
	"attributes": {{BLOCK_ATTRIBUTES}},
	"supports": {{BLOCK_SUPPORTS}},
	"example": {{BLOCK_EXAMPLE}}{{#IF_WPBS_CONFIG}},
	"wpbs": {{WPBS_CONFIG}}{{/IF_WPBS_CONFIG}}
}
