{
    "$schema": "https://playground.wordpress.net/blueprint-schema.json",
    "preferredVersions": {
        "php": "8.1",
        "wp": "6.5"
    },
    "features": {
        "networking": true
    },
    "phpExtensionBundles": [
        "kitchen-sink"
    ],
    "landingPage": "/leave-a-comment/",
    "steps": [
        {
            "step": "login",
            "username": "admin",
            "password": "password"
        },
        {
            "step": "installTheme",
            "themeZipFile": {
                "resource": "wordpress.org/themes",
                "slug": "astra"
            },
            "options": {
                "activate": true
            }
        },
		{
			"step": "installPlugin",
			"pluginZipFile": {
				"resource": "wordpress.org/plugins",
				"slug": "simple-comment-editing"
			},
			"options": {
				"activate": true
			}
		},
        {
            "step": "importWxr",
            "file": {
                "resource": "url",
                "url": "https://raw.githubusercontent.com/DLXPlugins/simple-comment-editing/5d1f6469dc4a30a26b7a9649e9b4961e5e141c9a/blueprint-content.xml"
            }
        },
		{
            "step": "setSiteOptions",
            "options": {
                "blogname": "Comment Edit Core Demo",
                "users_can_register": "0",
                "admin_email": "ronald@dlxplugins.local"
            }
        },
        {
            "step": "setSiteOptions",
            "options": {
                "permalink_structure": "/%postname%/",
				"comment-edit-lite-activate": "noredirect"
            }
        }
    ]
}