Fix Hello Dolly plugin installation errors in WordPress Playground blueprints
This commit is contained in:
@@ -22,10 +22,6 @@
|
||||
"resource": "wordpress.org/plugins",
|
||||
"slug": "hello-dolly"
|
||||
}
|
||||
},
|
||||
{
|
||||
"step": "wp-cli",
|
||||
"command": "wp plugin activate hello-dolly"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -20,6 +20,6 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/blueprint.json&_t=8"></iframe>
|
||||
<iframe src="https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/blueprint.json&_t=9"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -23,16 +23,9 @@
|
||||
"step": "wp-cli",
|
||||
"command": "wp plugin install plugin-toggle --activate-network"
|
||||
},
|
||||
{
|
||||
"step": "installPlugin",
|
||||
"pluginData": {
|
||||
"resource": "wordpress.org/plugins",
|
||||
"slug": "hello-dolly"
|
||||
}
|
||||
},
|
||||
{
|
||||
"step": "wp-cli",
|
||||
"command": "wp plugin activate hello-dolly --network"
|
||||
"command": "wp plugin install hello-dolly"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -20,6 +20,6 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=22"></iframe>
|
||||
<iframe src="https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=23"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -77,10 +77,6 @@
|
||||
"resource": "wordpress.org/plugins",
|
||||
"slug": "hello-dolly"
|
||||
}
|
||||
},
|
||||
{
|
||||
"step": "wp-cli",
|
||||
"command": "wp plugin activate hello-dolly"
|
||||
}
|
||||
]
|
||||
};
|
||||
@@ -111,16 +107,9 @@
|
||||
"step": "wp-cli",
|
||||
"command": "wp plugin install plugin-toggle --activate-network"
|
||||
},
|
||||
{
|
||||
"step": "installPlugin",
|
||||
"pluginData": {
|
||||
"resource": "wordpress.org/plugins",
|
||||
"slug": "hello-dolly"
|
||||
}
|
||||
},
|
||||
{
|
||||
"step": "wp-cli",
|
||||
"command": "wp plugin activate hello-dolly --network"
|
||||
"command": "wp plugin install hello-dolly"
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user