{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "description": "Preview the AtlasVoice Text to Audio plugin with sample content.",
  "landingPage": "/wp-admin/admin.php?page=text-to-audio",
  "preferredVersions": {
    "php": "8.2",
    "wp": "7.0"
  },
  "steps": [
    {
      "step": "login",
      "username": "admin",
      "password": "password"
    },
    {
      "step": "installPlugin",
      "pluginZipFile": {
        "resource": "wordpress.org/plugins",
        "slug": "text-to-audio"
      },
      "options": {
        "activate": true
      }
    },
    {
      "step": "setSiteOptions",
      "options": {
        "blogname": "AtlasVoice Demo",
        "blogdescription": "Text to Speech Accessibility Plugin"
      }
    },
    {
      "step": "runPHP",
      "code": "<?php require '/wordpress/wp-load.php'; wp_insert_post(['post_title' => 'Try Text to Audio', 'post_content' => 'Welcome! This is a sample post to demonstrate the AtlasVoice Text to Audio player. Click the listen button to hear this content read aloud. The plugin converts any post or page into natural-sounding speech, making your content accessible to everyone.', 'post_status' => 'publish']); ?>"
    }
  ],
  "features": {
    "networking": true
  }
}
