We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At present the theme does not have any example of how to add block in the theme itself.
This issue explores the necessary configuration and structural changes for building blocks in the theme.
Expected workflow for creating a new block in the theme:
npm run create:block
@wordpress/create-block
assets/build/blocks
/docs
The text was updated successfully, but these errors were encountered:
nani-samireddy
Successfully merging a pull request may close this issue.
Summary
At present the theme does not have any example of how to add block in the theme itself.
This issue explores the necessary configuration and structural changes for building blocks in the theme.
Expected workflow for creating a new block in the theme:
npm run create:block
creates necessary scaffolding for the block using@wordpress/create-block
package.assets/build/blocks
along with built scripts and styles.Acceptance Criteria
/docs
The text was updated successfully, but these errors were encountered: