{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",

  "meta": {
    "title": "Blokio Theme Testing",
    "description": "Fresh WordPress installation for testing the Blokio block theme.",
    "author": "Bhavesh Nayi",
    "categories": [
      "theme",
      "testing",
      "development"
    ]
  },

  "preferredVersions": {
    "php": "8.3",
    "wp": "latest"
  },

  "features": {
    "networking": true
  },

  "landingPage": "/wp-admin/",

  "steps": [
    {
      "step": "login",
      "username": "admin",
      "password": "password"
    },

    {
      "step": "setSiteOptions",
      "options": {
        "blogname": "Blokio Theme Test",
        "blogdescription": "WordPress Playground testing environment for Blokio"
      }
    },

    {
      "step": "defineWpConfigConsts",
      "consts": {
        "WP_DEBUG": true,
        "WP_DEBUG_DISPLAY": true,
        "WP_DEBUG_LOG": true,
        "SCRIPT_DEBUG": true
      }
    },

    {
      "step": "installTheme",
      "themeData": {
        "resource": "git:directory",
        "url": "https://github.com/Bhavesh698/blockio",
        "ref": "main",
        "refType": "branch"
      },
      "options": {
        "activate": true,
        "importStarterContent": true,
        "targetFolderName": "blokio"
      }
    },

    {
      "step": "installPlugin",
      "pluginData": {
        "resource": "wordpress.org/plugins",
        "slug": "theme-check"
      },
      "options": {
        "activate": true
      }
    },

    {
      "step": "importWxr",
      "file": {
        "resource": "url",
        "url": "https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml"
      }
    }
  ]
}