{
	"landingPage": "/wp-admin/post.php?post=4&action=edit",
	"phpExtensionBundles": [
	  "kitchen-sink"
	],
	"features": {
	  "networking": true
	},
	"steps": [
	  {
		"step": "login",
		"username": "admin",
		"password": "password"
	  },
	  {
		"step": "installPlugin",
		"pluginData": {
		  "resource": "wordpress.org/plugins",
		  "slug": "superlist-block"
		},
		"options": {
		  "activate": true
		}
	  },
	  {
		"step": "writeFile",
		"path": "/wordpress/wp-content/mu-plugins/playground-notice.php",
		"data": "<?php add_action( 'admin_notices', function() { echo '<div class=\"notice notice-info is-dismissible\"><p>This is a live preview of <strong>Super List Block</strong>, powered by <a href=\"https://wordpress.org/playground/\" target=\"_blank\">WordPress Playground</a>.</p></div>'; } );"
	  },
	  {
		"step": "writeFile",
		"path": "/wordpress/wp-content/mu-plugins/super-list-post.php",
		"data": "<?php add_action( 'init', function() { wp_insert_post(array('post_title' => 'Super List Block','post_content' => '<!-- wp:createwithrani/superlist-block --><ul class=\"wp-block-createwithrani-superlist-block ul\"><!-- wp:createwithrani/superlist-item --><li class=\"wp-block-createwithrani-superlist-item\"><!-- wp:paragraph --><p>This is a super list block.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3 class=\"wp-block-heading\">I can add a heading in a list item</h3><!-- /wp:heading --><!-- wp:paragraph --><p>And then add more paragraphs</p><!-- /wp:paragraph --></li><!-- /wp:createwithrani/superlist-item --><!-- wp:createwithrani/superlist-item --><li class=\"wp-block-createwithrani-superlist-item\"><!-- wp:paragraph --><p>This is another super list item</p><!-- /wp:paragraph --></li><!-- /wp:createwithrani/superlist-item --></ul><!-- /wp:createwithrani/superlist-block -->','post_status' => 'publish','post_type' => 'post','post_author' => 1,'post_excerpt' => 'This is a live preview of Super List Block, powered by WordPress Playground.',));} );"
	  }
	]
  }
