{
    "$schema": "https://playground.wordpress.net/blueprint-schema.json",
    "login": true,
    "siteOptions": {
        "blogname": "GlotCore REST API"
    },
    "landingPage": "/projects/",
    "steps": [
        {
            "step": "defineWpConfigConsts",
            "consts": {
                "GP_URL_BASE": "/"
            }
        },
        {
            "step": "installPlugin",
            "pluginData": {
                "resource": "wordpress.org/plugins",
                "slug": "glotpress"
            }
        }
    ]
}
