{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "landingPage": "/wp-admin/admin.php?page=edai-engage-setup",
  "preferredVersions": {
    "php": "8.2",
    "wp": "latest"
  },
  "steps": [
    {
      "step": "login",
      "username": "admin",
      "password": "password"
    },
    {
      "step": "installPlugin",
      "pluginData": {
        "resource": "wordpress.org/plugins",
        "slug": "engagedock-ai-smart-support-assistant"
      },
      "options": {
        "activate": true
      }
    },
    {
      "step": "runPHP",
      "code": "<?php require_once 'wordpress/wp-load.php'; update_option('edai_settings', array_merge(edai_engage()->get_default_options(), array('enabled' => true, 'practice_name' => 'Demo Service Studio', 'phone_number' => '+15551234567', 'email_address' => 'hello@example.com', 'whatsapp_number' => '+15551234567', 'whatsapp_message' => 'Hi, I found your website and would like to ask a question.', 'calendly_booking_url' => 'https://example.com/book', 'widget_prompt' => 'Need help choosing the right service?', 'cta_button_text' => 'Request Callback', 'contact_bar_text' => 'Contact Us', 'quick_start_template' => 'local_services', 'visibility_mode' => 'all', 'show_on_mobile' => true, 'show_on_desktop' => true, 'show_contact_bar' => true, 'frontend_style_mode' => 'theme', 'widget_style_preset' => 'modern'))); ?>"
    }
  ]
}
