{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"landingPage": "/wp-admin/post.php?post=1&action=edit",
	"preferredVersions": {
		"php": "8.0",
		"wp": "latest"
	},
	"features": {
		"networking": true
	},
	"steps": [
		{
			"step": "installPlugin",
			"pluginData": {
				"resource": "wordpress.org/plugins",
				"slug": "timeline-blocks"
			},
			"options": {
				"activate": true
			}
		},
		{
			"step": "runPHP",
			"code": "<?php require '/wordpress/wp-load.php'; wp_update_post( array( 'ID' => 1, 'post_title' => 'Timeline Blocks Demo', 'post_content' => \"<!-- wp:heading -->\\n<h2 class=\\\"wp-block-heading\\\">Timeline Blocks for Gutenberg</h2>\\n<!-- /wp:heading -->\\n\\n<!-- wp:timeline-blocks/tb-timeline-blocks /-->\" ) );"
		},
		{
			"step": "login",
			"username": "admin",
			"password": "password"
		}
	]
}
