{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "meta": {
    "title": "PageFluent – Live Demo",
    "description": "Try PageFluent in a real WordPress admin: create and manage page transitions.",
    "author": "wpjutsu",
    "categories": [
      "Demo"
    ]
  },
  "landingPage": "/wp-admin/admin.php?page=wpjpf-options",
  "login": true,
  "preferredVersions": {
    "php": "8.3",
    "wp": "latest"
  },
  "features": {
    "networking": true
  },
  "siteOptions": {
    "blogname": "PageFluent Live Demo"
  },
  "plugins": [
    "pagefluent"
  ],
  "steps": [
    {
      "step": "runPHP",
      "code": "<?php require '/wordpress/wp-load.php'; wp_insert_post(array('post_title' => 'Move your mouse — this whole site runs PageFluent', 'post_status' => 'publish', 'post_type' => 'page', 'post_content' => 'This entire site is running PageFluent. Open Settings -> PageFluent to choose transitions page.'));"

    }
  ]
}