Commit 4728b90 1 parent b21f2bd commit 4728b90 Copy full SHA for 4728b90
File tree 1 file changed +8
-13
lines changed
blueprints/install-plugin-from-gist
1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 10
10
"wp" : " beta" ,
11
11
"php" : " 8.0"
12
12
},
13
+ "login" : true ,
13
14
"steps" : [
14
15
{
15
- "step" : " login"
16
- },
17
- {
18
- "step" : " writeFile" ,
19
- "path" : " /wordpress/wp-content/plugins/0-plugin.php" ,
20
- "data" : {
21
- "resource" : " url" ,
22
- "url" : " https://gist.githubusercontent.com/ndiego/456b74b243d86c97cda89264c68cbdee/raw/ff00cf25e6eebe4f5a4eaecff10286f71e65340b/block-hooks-demo.php"
16
+ "step" : " installPlugin" ,
17
+ "pluginData" : {
18
+ "resource" : " url" ,
19
+ "url" : " https://gist.githubusercontent.com/ndiego/456b74b243d86c97cda89264c68cbdee/raw/ff00cf25e6eebe4f5a4eaecff10286f71e65340b/block-hooks-demo.php"
20
+ },
21
+ "options" : {
22
+ "activate" : true
23
23
}
24
- },
25
- {
26
- "step" : " activatePlugin" ,
27
- "pluginName" : " Block Hooks Demo" ,
28
- "pluginPath" : " 0-plugin.php"
29
24
}
30
25
]
31
26
}
You can’t perform that action at this time.
0 commit comments