{
    "landingPage": "/wp-admin/edit.php?post_type=page",
    "features": {
        "networking": true
    },
    "steps": [
        {
            "step": "login",
            "username": "admin",
            "password": "password"
        },
        {
            "step": "installPlugin",
            "pluginZipFile": {
                "resource": "wordpress.org/plugins",
                "slug": "specific-content-for-mobile"
            },
            "options": {
                "activate": true
            }
        },
        {
            "step": "writeFile",
            "path": "/wordpress/wp-content/mu-plugins/playground-notice.php",
            "data": "<?php add_action( 'admin_notices', function() { echo '<div class=\"notice notice-info is-dismissible\"><p>This is a live preview of <strong>Specific Content For Mobile</strong>, powered by <a href=\"https://wordpress.org/playground/\" target=\"_blank\">WordPress Playground</a>.</p><p>Go with your mouse on the page you want to modify for the mobile version and click on the action link \"Create mobile version\", or click on the icon “+” you see in the devices column</p></div>'; } );"
        }
    ]
}
