{
	"landingPage": "/wp-admin/post.php?post=8&action=edit",
	"phpExtensionBundles": [
		"kitchen-sink"
	],
	"features": {
		"networking": true
	},
	"preferredVersions": {
		"php": "8.2",
		"wp": "latest"
	},
	"steps": [
		{
			"step": "setSiteOptions",
			"options": {
				"blogname": "Conditional Blocks ❤️ WordPress",
				"blogdescription": "Level up your WP sites"
			}
		},
		{
			"step": "installPlugin",
			"pluginZipFile": {
				"resource": "wordpress.org/plugins",
				"slug": "conditional-blocks"
			},
			"options": {
				"activate": true
			}
		},
		{
			"step": "login",
			"username": "admin",
			"password": "password"
		},
		{
			"step": "importFile",
			"file": {
				"resource": "url",
				"url": "https://f001.backblazeb2.com/file/wp-playground/conditional-blocks/demo-content.xml"
			}
		}
	]
}
