{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "igit-rpwt/related-posts",
	"version": "5.0.0",
	"title": "Related Posts",
	"category": "widgets",
	"icon": "admin-links",
	"description": "Display related posts with thumbnails after your post content.",
	"keywords": ["related", "posts", "thumbnail"],
	"textdomain": "igit-related-posts-with-thumb-images-after-posts",
	"attributes": {
		"postCount": {
			"type": "integer",
			"default": 4
		},
		"layout": {
			"type": "string",
			"default": "grid",
			"enum": ["grid", "list"]
		}
	},
	"supports": {
		"html": false,
		"align": ["wide", "full"]
	},
	"editorScript": "file:./assets/js/block.js",
	"style": "file:./assets/css/frontend.css"
}
