Skip to content

playground.wordpress.net won't enable networking via Blueprints #793

@adamziel

Description

@adamziel

This Blueprint should start Playground with networking enabled:

{
    "landingPage": "\/wp-admin\/admin.php?page=akismet-key-config",
    "preferredVersions": {
        "php": "latest",
        "wp": "6.4"
    },
    "phpExtensionBundles": [
        "kitchen-sink"
    ],
    "features": {
        "networking": true
    },    
    "steps": [
        {
            "step": "login",
            "username": "admin",
            "password": "password"
        },
        {
            "step": "activatePlugin",
            "pluginName": "Akismet",
            "pluginPath": "/wordpress/wp-content/plugins/akismet"
        }        
    ]
}

However, it doesn't unless the URL says ?networking=true as well

That's a bug. That blueprint should enable networking.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions