{
    "$schema": "https://playground.wordpress.net/blueprint-schema.json",
    "landingPage": "/store-locator/",
    "preferredVersions": {
        "php": "8.2",
        "wp": "latest"
    },
    "features": {
        "networking": true
    },
    "steps": [
        {
            "step": "installPlugin",
            "pluginData": {
                "resource": "wordpress.org/plugins",
                "slug": "storerocket-store-locator"
            }
        },
        {
            "step": "setSiteOptions",
            "options": {
                "wp_storerocket_id": "KDLJynn8l2",
                "permalink_structure": "/%postname%/",
                "blogname": "StoreRocket Demo"
            }
        },
        {
            "step": "runPHP",
            "code": "<?php require_once '/wordpress/wp-load.php'; wp_insert_post(['post_title' => 'Store Locator', 'post_name' => 'store-locator', 'post_content' => '[wp-storerocket]', 'post_status' => 'publish', 'post_type' => 'page']);"
        }
    ]
}
