Skip to content

Commit 27b3d61

Browse files
authored
Update blueprint with latest standards
1 parent 9369b57 commit 27b3d61

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

resources/blueprints/blueprint.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
22
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3-
"landingPage": "/wp-admin/admin.php?page=index",
4-
"phpExtensionBundles": [
5-
"kitchen-sink"
6-
],
3+
"landingPage": "/wp-admin/admin.php?page=inpsyde-google-tag-manager",
74
"features": {
85
"networking": true
96
},
7+
"login": true,
108
"preferredVersions": {
11-
"php": "8.1"
9+
"php": "8.1",
10+
"wp": "latest"
1211
},
1312
"steps": [
1413
{
1514
"step": "installPlugin",
1615
"pluginData": {
1716
"resource": "url",
18-
"url": "https://github-proxy.com/proxy/?repo=inpsyde/google-tag-manager&release=3.0.0&asset=inpsyde-google-tag-manager.zip"
17+
"url": "https://github-proxy.com/proxy/?repo=inpsyde/google-tag-manager&branch=master"
1918
},
2019
"options": {
2120
"activate": true

0 commit comments

Comments
 (0)