{
  "plugins": [
    "scheduler-widget"
  ],
  "landingPage": "?post=4",
  "steps": [
    {
			"step": "login",
			"username": "admin",
			"password": "password"
		},
		{
			"step": "runPHP",
			"code": "<?php require '\/wordpress\/wp-load.php'; wp_insert_post(['post_title' => 'Scheduler Widget demo!','post_content' => '<p><small>To add an event, click on the &#128935; button at the bottom-right corner. Use <em>drag and drop<\/em> to move and resize an event. Click <a href=\"\/wp-admin\/post.php?post=4&action=edit\">here<\/a> to edit the widget.<\/small><\/p><!-- wp:create-block\/scheduler-widget {\"width\":800,\"height\":600,\"initialDate\":\"\",\"minHour\":\"5\",\"maxHour\":\"18\",\"locale\":\"\",\"align\":\"center\"} --><p class=\"wp-block-create-block-scheduler-widget aligncenter\"><\/p><!-- \/wp:create-block\/scheduler-widget -->', 'post_status' => 'publish', 'post_type' => 'post']);"
		}
  ],
  "preferredVersions": {
    "php": "8.0",
    "wp": "latest"
  },
  "features": {
    "networking": true
  },
  "login": true
}

