{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"preferredVersions": {
		"php": "latest",
		"wp": "latest"
	},
	"siteOptions": {
		"blogname": "Marquee Block Demo"
	},
	"steps": [
		{
			"step": "installPlugin",
			"pluginData": {
				"resource": "wordpress.org/plugins",
				"slug": "marquee-block"
			},
			"options": {
				"activate": true
			}
		},
		{
			"step": "importWxr",
			"file": {
				"resource": "url",
				"url": "https://github.com/EmranAhmed/marquee-block/blob/master/.wp-playground/data.xml"
			}
		}
	],
	"features": {
		"networking": true
	},
	"login": true,
	"landingPage": "/marquee-block/"
}
