{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ytps/video-search",
	"title": "YouTube Video Search",
	"category": "widgets",
	"icon": "video-alt3",
	"description": "A searchable YouTube video wall. Prioritizes your own channel(s) if configured in Settings > Youtube API Setting.",
	"keywords": [ "youtube", "video", "search", "channel", "creator" ],
	"version": "3.2.3",
	"textdomain": "youtube-post-search",
	"attributes": {
		"heading": {
			"type": "string",
			"default": ""
		},
		"placeholder": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"editorScript": "file:./index.js"
}
