We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0feb5bb commit 9be4bd6Copy full SHA for 9be4bd6
blueprint.json
@@ -45,16 +45,6 @@
45
"activate": true
46
}
47
},
48
- {
49
- "step": "installPlugin",
50
- "pluginZipFile": {
51
- "resource": "wordpress.org/plugins",
52
- "slug": "posts-to-posts"
53
- },
54
- "options": {
55
- "activate": true
56
- }
57
58
{
59
"step": "writeFile",
60
"path": "/wordpress/wporg-mu-plugins.zip",
@@ -142,6 +132,16 @@
142
132
"step": "wp-cli",
143
133
"command": "wp plugin activate phpdoc-parser"
144
134
135
+ {
136
+ "step": "installPlugin",
137
+ "pluginZipFile": {
138
+ "resource": "wordpress.org/plugins",
139
+ "slug": "posts-to-posts"
140
+ },
141
+ "options": {
+ "activate": true
+ }
145
146
147
"command": "wp rewrite flush"
0 commit comments