{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
    "landingPage": "\/wp-admin\/admin.php?page=video_embed_thumbnail_generator_settings",
    "preferredVersions": {
        "php": "8.0",
        "wp": "latest"
    },
    "phpExtensionBundles": [
        "kitchen-sink"
    ],
    "features": {
        "networking": true
    },
    "steps": [
		{
			"step": "defineWpConfigConsts",
			"consts": {
				"VIDEOPACK_FREEMIUS_ENABLED": false
			}
		},
        {
            "step": "installPlugin",
            "pluginZipFile": {
                "resource": "wordpress.org/plugins",
                "slug": "video-embed-thumbnail-generator"
            },
            "options": {
                "activate": true
            }
        },
		{
            "step": "installPlugin",
            "pluginZipFile": {
                "resource": "wordpress.org/plugins",
                "slug": "classic-editor"
            },
            "options": {
                "activate": true
            }
        },
        {
            "step": "login",
            "username": "admin",
            "password": "password"
        }
    ]
}
