{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "landingPage": "\/wp-admin\/post.php?post=7&action=edit",
  "preferredVersions": {
    "php": "7.4",
    "wp": "latest"
  },
  "features": {
    "networking": true
  },
  "steps": [
    {
      "step": "login",
      "username": "admin"
    },
    {
      "step": "installPlugin",
      "pluginData": {
        "resource": "wordpress.org\/plugins",
        "slug": "embed-block-figma"
      },
      "options": {
        "activate": true
      }
    },
    {
      "step": "importWxr",
      "file": {
        "resource": "url",
        "url": "https:\/\/raw.githubusercontent.com\/10up\/embed-block-figma\/develop/.wordpress-org\/blueprints\/demo-data.xml"
      }
    }
  ]
}
