{
    "landingPage": "/wp-admin/post-new.php?live_preview",
    "features": {
        "networking": true
    },
    "steps": [
        {
            "step": "login",
            "username": "admin",
            "password": "password"
        },
        {
            "step": "installPlugin",
            "pluginZipFile": {
                "resource": "wordpress.org/plugins",
                "slug": "shortcodes-ultimate"
            },
            "options": {
                "activate": true
            }
        },
        {
            "step": "writeFile",
            "path": "/wordpress/wp-content/mu-plugins/playground-redirect.php",
            "data": "<?php add_action('admin_init', function () { global $pagenow; if ($pagenow === 'admin.php' && isset($_GET['page']) && $_GET['page'] === 'shortcodes-ultimate' && !get_option('su_option_live_preview_redirected')) { wp_safe_redirect(admin_url('post-new.php?live_preview=true')); update_option('su_option_live_preview_redirected', true); } }, 9999);"
        }
    ]
}
