{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",	
	"login": true,
	"landingPage": "/wp-admin/",
	"features": {
		"networking": true
	},
	"steps": [
		{
			"step": "setSiteOptions",
			"options": {
				"blogname": "Playground"
			}
		},
		{
			"step": "installPlugin",
			"pluginData": {
				"resource": "wordpress.org/plugins",
				"slug": "twentig"
			},
			"options": {
				"activate": true
			}
		},
		{
			"step": "installTheme",
			"themeData": {
				"resource": "url",
				"url": "https://github.com/twentig/twentig-one/releases/latest/download/twentig-one.zip"
			},
			"options": {
				"activate": true
			}
		}
	]
}
