{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "scheduled-posts-showcase/scheduled-posts",
	"version": "1.1.0",
	"title": "Scheduled Posts Showcase",
	"description": "Display scheduled posts on your site.",
	"category": "widgets",
	"icon": "calendar-alt",
	"keywords": [ "scheduled", "future", "posts", "upcoming" ],
	"textdomain": "scheduled-posts-showcase",
	"supports": {
		"html": false
	},
	"attributes": {
		"count": {
			"type": "number",
			"default": 5
		},
		"postType": {
			"type": "string",
			"default": "post"
		},
		"order": {
			"type": "string",
			"default": "ASC"
		},
		"showImage": {
			"type": "boolean",
			"default": true
		},
		"imageSize": {
			"type": "string",
			"default": "thumbnail"
		},
		"showDate": {
			"type": "boolean",
			"default": true
		},
		"showExcerpt": {
			"type": "boolean",
			"default": false
		},
		"showCategories": {
			"type": "boolean",
			"default": false
		},
		"heading": {
			"type": "string",
			"default": ""
		},
		"headingTag": {
			"type": "string",
			"default": "h3"
		},
		"listStyle": {
			"type": "string",
			"default": "theme"
		},
		"icon": {
			"type": "string",
			"default": "dashicons-calendar-alt"
		},
		"containerStyle": {
			"type": "string",
			"default": "card"
		},
		"footer": {
			"type": "string",
			"default": ""
		},
		"noPostsMessage": {
			"type": "string",
			"default": ""
		}
	},
	"editorScript": "file:./block-editor.js",
	"editorStyle": "spscase-frontend",
	"style": "spscase-frontend"
}
