Skip to content

Commit

Permalink
Add blueprint file
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Oct 7, 2024
1 parent eaa4d05 commit 80f9628
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/admin.php?page=classifai_setup",
"preferredVersions": {
"php": "7.4",
"wp": "latest"
},
"features": {
"networking": true
},
"phpExtensionBundles": ["kitchen-sink"],
"steps": [
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https://github-proxy.com/proxy/?repo=10up/classifai&branch=stable"
},
"options": {
"activate": true
}
}
]
}

0 comments on commit 80f9628

Please sign in to comment.