{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "meta": {
    "title": "Custom Post Type UI",
    "description": "Blueprint that runs Custom Post Type UI",
    "author": "WebDevStudios",
    "categories": [
      "Content",
      "CPT",
      "Taxonomy"
    ]
  },
  "landingPage": "\/wp-admin\/admin.php?page=cptui_main_menu",
  "preferredVersions": {
    "php": "7.4",
    "wp": "6.8"
  },
  "phpExtensionBundles": [
    "kitchen-sink"
  ],
  "login": true,
  "plugins": ["custom-post-type-ui"],
  "steps": []
}
