{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "wpblockbuddy/controlled-content",
	"version": "0.2.1",
	"title": "Controlled Content",
	"category": "design",
	"icon": "admin-settings",
	"description": "Create an allowed blocks section",
	"supports": {
		"align": ["wide", "full"],
		"anchor": true,
		"html": false,
		"color": {
			"gradients": true,
			"link": true,
			"__experimentalDefaultControls": {
				"background": true,
				"text": true
			}
		}
	},
	"attributes": {
		"allowedBlocks": {
			"type": "array",
			"default": ["core/paragraph"]
		},
		"instructions": {
			"type": "string"
		}
	},
	"example": {
		"innerBlocks": [
			{
				"name": "core/paragraph",
				"attributes": {
					"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent et eros eu felis."
				}
			}
		]
	},
	"textdomain": "controlled-content",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css"
}
