{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"meta": {
		"title": "TablePress Demo",
		"description": "Blueprint to create a demo site for TablePress",
		"author": "tobiasbg"
	},
	"preferredVersions": {
		"php": "latest",
		"wp": "latest"
	},
	"features": {
		"networking": true
	},
	"siteOptions": {
		"blogname": "TablePress Demo site"
	},
	"landingPage": "/wp-admin/admin.php?page=tablepress",
	"steps": [
		{
			"step": "login",
			"username": "admin"
		},
		{
			"step": "defineWpConfigConsts",
			"consts": {
				"TABLEPRESS_IS_PLAYGROUND_PREVIEW": true
			}
		},
		{
			"step": "installPlugin",
			"pluginData": {
				"resource": "wordpress.org/plugins",
				"slug": "tablepress"
			},
			"options": {
				"activate": true
			}
		},
		{
			"step": "importWxr",
			"file": {
				"resource": "url",
				"url": "https://raw.githubusercontent.com/TablePress/TablePress/main/.wordpress-org/blueprints/content.xml"
			}
		},
		{
			"step": "writeFile",
			"path": "/wordpress/wp-content/mu-plugins/tablepress-import-admin-notice.php",
			"data": {
				"resource": "url",
				"url": "https://raw.githubusercontent.com/TablePress/TablePress/main/.wordpress-org/blueprints/mu-plugin-import-admin-notice.php"
			}
		}
	]
}
