{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"description": "Live preview of Adminify - enables the Adminify admin UI, skips the setup wizard and lands in the Adminify settings panel, so the white label, admin menu editor, login customizer, dark mode and media folder options are available immediately.",
	"landingPage": "/wp-admin/admin.php?page=wp-adminify-settings",
	"preferredVersions": {
		"php": "8.3",
		"wp": "latest"
	},
	"features": {
		"networking": true
	},
	"steps": [
		{
			"step": "login",
			"username": "admin",
			"password": "password"
		},
		{
      "step": "installPlugin",
      "pluginData": {
        "resource": "wordpress.org/plugins",
        "slug": "adminify"
      },
      "options": {
        "activate": true
      }
    },
		{
			"step": "setSiteOptions",
			"options": {
				"pxlbsadminify_setup_wizard_ran": "1",
				"blogname": "Adminify Preview",
				"pxlbsadminify_settings": {
					"admin_ui": true
				}
			}
		}
	]
}
