{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "gutty/related-posts-query",
	"title": "Gutty Related Posts",
	"description": "Display related and relevant content",
	"category": "theme",
	"icon": "admin-post",
	"supports": {
		"html": false,
		"color": {
		"background": true,
		"text": true
		},
		"spacing": {
		"padding": true,
		"margin": true
		}
	},
	"editorScript": "file:./block.js"
  }
  