Skip to content

Commit

Permalink
Add composer install step and ACF Pro notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aslamdoctor committed Sep 26, 2023
1 parent 6b99dd0 commit 3e35445
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Install theme dependencies and trigger an initial build.
>Note: You will need to have Composer and NPM 8 installed first.
```bash
composer i
npm i
```

Expand Down Expand Up @@ -107,6 +108,8 @@ This will scaffold out a block inside of the `blocks` folder in the theme. Repla

Note: If you don't see your new block available under the block listing in the editor after following the above steps, try changing the namespacing in your block's `block.json` to the following format `your-namespace/blockname` and check again.

And make sure you have **ACF Pro** plugin installed to use the block.

## Contributing and Support

Your contributions and [support tickets](https://github.com/WebDevStudios/wd_f/issues) are welcome. Please see our [contributing guidelines](https://github.com/WebDevStudios/wd_f/blob/main/CONTRIBUTING.md) before submitting a pull request.
Expand Down

0 comments on commit 3e35445

Please sign in to comment.