{
	"landingPage": "/wp-admin/post.php?post=1&action=edit",
	"preferredVersions": {
		"php": "8.2",
		"wp": "latest"
	},
	"steps": [
		{
			"step": "login",
			"username": "admin",
			"password": "password"
		},
		{
			"step": "runPHP",
			"code": "<?php require '/wordpress/wp-load.php'; wp_update_post( array('ID' => 1, 'post_title' => 'Nested Ordered List for Block Editor Preview', 'post_content'  => '<!-- wp:paragraph --><p>Test the functionality of Nested Ordered lists for Block Editor. We have already added an example for you below.</p><!-- /wp:paragraph --><!-- wp:list {\"ordered\":true,\"type\":\"i2\",\"nestedList\":true} --><ol class=\"wp-block-list nolg-style nolg-list\" type=\"i2\"><!-- wp:list-item --><li>First point</li><!-- /wp:list-item --><!-- wp:list-item --><li>Second point</li><!-- /wp:list-item --><!-- wp:list-item --><li>Third point</li><!-- /wp:list-item --></ol><!-- /wp:list -->' ) );"
		}
	]
}
