Skip to content

Commit 0feb5bb

Browse files
committed
Activate Posts-to-Posts after phpdoc-parser
1 parent 8e4b7cd commit 0feb5bb

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
## Learnings
1313

1414
1. Needs to run php 7.4
15-
2.
15+
2. Activate Posts-to-Posts after phpdoc-parser, because of clashing dependencies

blueprint.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@
4545
"activate": true
4646
}
4747
},
48+
{
49+
"step": "installPlugin",
50+
"pluginZipFile": {
51+
"resource": "wordpress.org/plugins",
52+
"slug": "posts-to-posts"
53+
},
54+
"options": {
55+
"activate": true
56+
}
57+
},
4858
{
4959
"step": "writeFile",
5060
"path": "/wordpress/wporg-mu-plugins.zip",
@@ -84,9 +94,14 @@
8494
"activate": false
8595
}
8696
},
97+
{
98+
"step": "mv",
99+
"fromPath": "/wordpress/wp-content/themes/wporg-parent-2021-build",
100+
"toPath": "/wordpress/wp-content/themes/wporg-parent-2021"
101+
},
87102
{
88103
"step": "writeFile",
89-
"path": "/wordpress/wp-content/themes/wporg-parent-2021-build/functions.php",
104+
"path": "/wordpress/wp-content/themes/wporg-parent-2021/functions.php",
90105
"data": {
91106
"resource": "url",
92107
"url": "https://raw.githubusercontent.com/carstingaxion/gatherpress-devhub/WIP/use-build-deps/wp-content/themes/wporg-parent-2021-build/functions.php"

0 commit comments

Comments
 (0)