Skip to content

Commit

Permalink
Activate Posts-to-Posts after phpdoc-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Aug 15, 2024
1 parent 8e4b7cd commit 0feb5bb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
## Learnings

1. Needs to run php 7.4
2.
2. Activate Posts-to-Posts after phpdoc-parser, because of clashing dependencies
17 changes: 16 additions & 1 deletion blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
"activate": true
}
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "posts-to-posts"
},
"options": {
"activate": true
}
},
{
"step": "writeFile",
"path": "/wordpress/wporg-mu-plugins.zip",
Expand Down Expand Up @@ -84,9 +94,14 @@
"activate": false
}
},
{
"step": "mv",
"fromPath": "/wordpress/wp-content/themes/wporg-parent-2021-build",
"toPath": "/wordpress/wp-content/themes/wporg-parent-2021"
},
{
"step": "writeFile",
"path": "/wordpress/wp-content/themes/wporg-parent-2021-build/functions.php",
"path": "/wordpress/wp-content/themes/wporg-parent-2021/functions.php",
"data": {
"resource": "url",
"url": "https://raw.githubusercontent.com/carstingaxion/gatherpress-devhub/WIP/use-build-deps/wp-content/themes/wporg-parent-2021-build/functions.php"
Expand Down

0 comments on commit 0feb5bb

Please sign in to comment.