eightshift-libs
eightshift-libs copied to clipboard
Columns block has wrong dependency
Describe your bug
When importing the columns block the following command is listed as a dependency:
wp boilerplate blocks use-component --name='column'
Steps to Reproduce
- Install the theme with the boilerplate
- Try to run
wp boilerplate blocks use-block --name=columns
- See the wrong message for dependencies
Expected behavior
The dependency is not on the component but on the block
wp boilerplate blocks use-block --name=column
Screenshots, screen recording, code snippet
No response
Environment info
- PHP 7.4.30
- MacOS 12.6
- Valet install
Please confirm that you have searched existing issues in this repo.
Yes
Please confirm that you have searched in our documentation and couldn't find the answer.
Yes
Please confirm that your bug occurs with all plugins uninstalled and with the default WordPress theme active.
Yes