Skip to content

Commit 3d011f2

Browse files
committed
Update blueprint to use correct landing page of new settings. Remove deprecated options
1 parent d293ba7 commit 3d011f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/blueprints/blueprint.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
22
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3-
"landingPage": "/wp-admin/admin.php?page=classifai_setup",
3+
"landingPage": "/wp-admin/tools.php?page=classifai#/language_processing?welcome_guide=1",
44
"preferredVersions": {
55
"php": "7.4",
66
"wp": "latest"
77
},
88
"features": {
99
"networking": true
1010
},
11-
"phpExtensionBundles": ["kitchen-sink"],
1211
"steps": [
1312
{
1413
"step": "installPlugin",
15-
"pluginZipFile": {
14+
"pluginData": {
1615
"resource": "url",
1716
"url": "https://github-proxy.com/proxy/?repo=10up/classifai&branch=stable"
1817
},

0 commit comments

Comments
 (0)