{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"preferredVersions": {
		"php": "8.2",
		"wp": "latest"
	},
	"siteOptions": {
		"blogname": "ARVE Testing Playground",
		"blogdescription": "Test ARVE",
		"permalink_structure": "/%postname%/"
	},
	"landingPage": "\/wp-admin\/post.php?post=4&action=edit",
	"features": {
		"networking": true
	},
	"login": true,
	"steps": [
		{
			"step": "writeFile",
			"path": "/wordpress/wp-content/post-content-classic-editor.md",
			"data": {
				"resource": "url",
				"url": "https://raw.githubusercontent.com/nextgenthemes/advanced-responsive-video-embedder/refs/heads/master/.wordpress-org/blueprints/post-content-classic-editor.md"
			}
		},
		{
			"step": "wp-cli",
			"command": "wp post create --post_title='ARVE Test' --post_status='published' /wordpress/wp-content/post-content-classic-editor.md"
		}
	]
}
