{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "rsvpmaker/embedposts",
	"title": "RSVP Email Embed Post or Post List", 
	"icon": "email-alt", 
	"category": "rsvpmaker",
	"description": "Displays one or more posts in an email-friendly format.",
	"keywords": [
		 "RSVPMaker", 
		 "Email", 
		 "Posts"
	],
       "attributes": {
            "selection": {
                "type": "string",
                "default": ""
			},
            "posts_per_page": {
                "type": "string",
                "default": "1"
            }
        },
	"version": "1",
	"supports": {
		"html": false,
        "color": {
            "link": true
        }
	},
	"textdomain": "rsvpmaker",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
    "render": "file:./render.php",
	"style": "file:./style-index.css"
}
