PluginProbe
Block Manager / trunk
Block Manager vtrunk
trunk 1.0 1.0.1 1.1 1.2 1.2.1 1.2.2 1.2.3c 1.2.4 1.2.5 2.0.0 2.1.0 2.1.0.1 2.1.1 3.0.0 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1
block-manager / blueprint.json

blueprint.json in Block Manager trunk, at blueprint.json

30 lines 680 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "landingPage": "\/wp-admin\/plugins.php",
3 "preferredVersions": {
4 "php": "8.0",
5 "wp": "latest"
6 },
7 "phpExtensionBundles": [
8 "kitchen-sink"
9 ],
10 "features": {
11 "networking": true
12 },
13 "steps": [
14 {
15 "step": "installPlugin",
16 "pluginZipFile": {
17 "resource": "url",
18 "url": "https:\/\/downloads.wordpress.org\/plugin\/block-manager.3.0.0.zip"
19 },
20 "options": {
21 "activate": true
22 }
23 },
24 {
25 "step": "login",
26 "username": "admin",
27 "password": "password"
28 }
29 ]
30 }