{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "adpresso/ad-inserter",
	"title": "AdPresso Inserter",
	"category": "widgets",
	"icon": "megaphone",
	"description": "Inserts an Ad, Group, or Manual Placement into your content.",
	"keywords": [ "ad", "adpresso", "banner", "advertisement" ],
	"textdomain": "adpresso",
	"attributes": {
		"selectedItem": {
			"type": "string",
			"default": ""
		}
	},
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css"
}
