{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "visual-portfolio/loop-filter",
	"title": "Gallery Filter (Experimental)",
	"category": "media",
	"description": "Displays category filter buttons for the gallery loop. Block is experimental and will change in future releases. Please use with caution.",
	"ancestor": ["visual-portfolio/loop"],
	"allowedBlocks": ["visual-portfolio/loop-filter-item"],
	"textdomain": "visual-portfolio",
	"supports": {
		"html": false,
		"className": false,
		"anchor": true,
		"align": ["wide", "full"],
		"color": {
			"text": true,
			"gradients": true,
			"__experimentalDefaultControls": {
				"text": true,
				"background": true
			}
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"__experimentalFontFamily": true,
			"__experimentalTextDecoration": true,
			"__experimentalFontStyle": true,
			"__experimentalFontWeight": true,
			"__experimentalLetterSpacing": true,
			"__experimentalTextTransform": true,
			"__experimentalWritingMode": true,
			"__experimentalDefaultControls": { "fontSize": true }
		},
		"spacing": {
			"blockGap": ["horizontal", "vertical"],
			"padding": true,
			"margin": ["top", "bottom"],
			"__experimentalDefaultControls": { "blockGap": true }
		},
		"layout": {
			"allowSwitching": false,
			"allowInheriting": false,
			"default": { "type": "flex" }
		}
	},
	"selectors": { "root": ".vp-block-loop-filter" },
	"usesContext": [
		"vp/blockId",
		"vp/queryType",
		"vp/baseQuery",
		"vp/postsQuery",
		"vp/imagesQuery",
		"vp/sourceQuery"
	],
	"providesContext": { "vp/showCount": "showCount" },
	"styles": [{ "name": "fill", "label": "Fill" }],
	"attributes": {
		"showCount": { "type": "boolean", "default": false },
		"showAllItem": { "type": "boolean", "default": true }
	},
	"style": "visual-portfolio-block-loop-filter"
}
