{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"features": {
		"networking": true
	},
	"steps": [
		{
			"step": "login"
		},
		{
			"step": "installPlugin",
			"pluginZipFile": {
				"resource": "wordpress.org/plugins",
				"slug": "juno-progress-bar-block"
			},
			"options": {
				"activate": true
			}
		},
		{
			"step": "importFile",
			"file": {
				"resource": "url",
				"url": "https://gist.githubusercontent.com/ponopress/ec75b7c967c15aae26b95184dc1cadbb/raw/b7f230fff8907efca09446e0f1904cccbb973cee/juno-demo.xml"
			}
		}
	],
	"landingPage": "/wp-admin/post.php?post=10&action=edit"
}
