{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "blocksy/post-template",
	"parent": ["blocksy/query"],
	"title": "Post Template",
	"category": "theme",
	"description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.",
	"textdomain": "default",
	"supports": {
		"reusable": false,
		"html": false,
		"layout": false,
		"spacing": {
			"blockGap": {
				"__experimentalDefault": "1.25em"
			},
			"__experimentalDefaultControls": {
				"blockGap": true
			}
		}
	},

	"attributes": {
		"tabletColumns": {
			"type": "number",
			"default": 2
		},
		"mobileColumns": {
			"type": "number",
			"default": 1
		},
		"verticalAlignment": {
			"type": "string"
		},
		"layout": {
			"type": "object"
		},
		"has_item_link": {
			"type": "string",
			"default": "no"
		}
	},

	"usesContext": [
		"uniqueId",
		"post_type",
		"limit",
		"order",
		"orderby",
		"orderby_custom",
		"offset",
		"postId",
		"postType",
		"has_slideshow",
		"has_slideshow_arrows",
		"has_slideshow_autoplay",
		"has_slideshow_autoplay_speed",
		"has_pagination",
		"include_term_ids",
		"exclude_term_ids",
		"sticky_posts"
	],

	"providesContext": {
		"has_item_link": "has_item_link"
	}
}
