{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "landingPage": "/wp-admin/admin.php?page=divi_squad_dashboard",
  "meta": {
    "title": "Squad Testing",
    "description": "A site for testing the Squad plugin",
    "author": "thewpsquad",
    "categories": [
      "divi-module",
      "divi-plugin"
    ]
  },
  "preferredVersions": {
    "wp": "latest",
    "php": "7.4"
  },
  "phpExtensionBundles": [
    "kitchen-sink"
  ],
  "features": {
    "networking": true
  },
  "plugins": [
    "squad-modules-for-divi"
  ],
  "siteOptions": {
    "blogname": "Squad Testing",
    "blogdescription": "Just another Squad Test site",
    "permalink_structure": "/%postname%/"
  },
  "login": true,
  "steps": [
    {
      "step": "defineWpConfigConsts",
      "consts": {
        "WP_DEBUG": true,
        "WP_DEBUG_LOG": true,
        "WP_DEBUG_DISPLAY": true,
        "SCRIPT_DEBUG": true,
        "WP_ENVIRONMENT_TYPE": "development",
        "WP_DEVELOPMENT_MODE": "plugin",
        "CONCATENATE_SCRIPTS": false,
        "COMPRESS_SCRIPTS": false,
        "COMPRESS_CSS": false
      },
      "method": "define-before-run"
    },
    {
      "step": "login",
      "username": "admin",
      "password": "password"
    }
  ]
}
