{
	"name": "dingo-d/details-summary-block",
	"title": "Details Summary Block",
	"category": "common",
	"icon": "arrow-right",
	"description": "Shows warning, error or success notices…",
	"keywords": [ "summary", "details", "expanded" ],
	"textdomain": "dsb",
	"attributes": {
		"summaryContent": {
			"type": "string",
			"source": "html",
			"selector": "summary",
            "default": "Add some description that will expand"
		}
	},
	"supports": {
		"className": true
	},
	"example": {
		"attributes": {
			"summaryContent": "Add some description that will expand"
		}
	},
	"editorScript": "file:./build/index.js",
	"script": "file:./build/script.js",
	"editorStyle": "file:./src/editor.css"
}
