Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a blueprint.json #63

Open
javiercasares opened this issue Dec 19, 2023 · 0 comments · May be fixed by #64
Open

Add a blueprint.json #63

javiercasares opened this issue Dec 19, 2023 · 0 comments · May be fixed by #64
Labels
enhancement New feature or request

Comments

@javiercasares
Copy link
Owner

Probably something like this:

{
  "landingPage": "/wp-admin/",
  "phpExtensionBundles": [
    "kitchen-sink"
  ],
  "preferredVersions": {
    "php": "7.4",
    "wp": "5.9"
  },
  "steps": [
    {
      "step": "installPlugin",
      "pluginZipFile": {
        "resource": "wordpress.org/plugins",
        "slug": "wpvulnerability"
      }
    }
  ]
}
@javiercasares javiercasares self-assigned this Dec 19, 2023
@javiercasares javiercasares linked a pull request Dec 19, 2023 that will close this issue
@javiercasares javiercasares removed their assignment Jul 30, 2024
@javiercasares javiercasares added the enhancement New feature or request label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant