{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "meta": {
      "title": "CommentXpert Demo",
      "description": "Fresh WordPress site with advanced comment modifications",
      "author": "raghavchudasama",
      "categories": [
          "Comment",
          "Private Comment",
          "Comment Captcha",
          "Comment Modifications"
      ]
  },
  "landingPage": "/wp-admin/admin.php?page=commentxpert-settings",
  "plugins": [
    "commentxpert"
  ],
  "steps": [
    {
      "step": "setSiteOptions",
      "options": {
        "permalink_structure": "/%postname%/"
      }
    },
    {
      "step": "mkdir",
      "path": "wordpress/wp-content/mu-plugins"
    },
    {
      "step": "writeFile",
      "path": "wordpress/wp-content/mu-plugins/addFilter-3.php",
      "data": "<?php add_filter( 'pre_option_comment_previously_approved', '__return_zero', 10 ); ?>"
    }
  ]
}