{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 2,
	"name": "the-permalinks-cascade/post",
	"version": "1.0.0",
	"category": "the-permalinks-cascade",
	"icon": "editor-ul",
	"supports": {
		"html": false,
		"reusable": false,
		"align": false
	},
	"textdomain": "the-permalinks-cascade",
	"attributes": {
		"title": {
			"type": "string",
			"default": "Posts"
		},
		"group_by": {
			"type": "string",
			"default": "none"
		},
		"hyperlink_group_title": {
			"type": "boolean",
			"default": true
		},
		"order_by": {
			"type": "string",
			"default": "post_date"
		},
		"pop_stickies": {
			"type": "boolean",
			"default": false
		},
		"show_excerpt": {
			"type": "boolean",
			"default": false
		},
		"excerpt_length": {
			"type": "string",
			"default": "100"
		},
		"show_comments_count": {
			"type": "boolean",
			"default": false
		},
		"show_date": {
			"type": "boolean",
			"default": false
		},
		"limit": {
			"type": "string",
			"default": "100"
		},
		"exclude": {
			"type": "string",
			"default": ""
		},
		"include_only": {
			"type": "string",
			"default": ""
		}
	}
}