Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WDSUS-42 - Install ACF Pro as part of the theme. #54

Closed
wants to merge 15 commits into from
Closed
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Command | Action

### Building a block with wpcli

In order to build a block, run the following wpcli script.
In order to build a block, the ACF Pro plugin needs to be activated and then run the following wpcli script.

Note: If you're using Local, you can open the shell from within Local to do this. `Sitename -> Open site shell`.

Expand Down
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,21 @@
},
"sort-packages": true
},
"repositories": [
{
"type": "composer",
"url": "https://packages.wdslab.com"
}
],
"extra": {
"installer-paths": {
"../../plugins/{$name}/": [
"type:wordpress-plugin"
]
}
},
"require": {
"wpengine/advanced-custom-fields-pro": "^6.0",
"composer/installers": "^1.5 || ^2.0.0",
"erusev/parsedown": "^1.7",
"erusev/parsedown-extra": "^0.8.1"
Expand Down
17 changes: 16 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading