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

Make it possible to register blocks using block JSON file #5

Open
alexstandiford opened this issue Oct 26, 2021 · 0 comments
Open

Make it possible to register blocks using block JSON file #5

alexstandiford opened this issue Oct 26, 2021 · 0 comments

Comments

@alexstandiford
Copy link
Collaborator

Right now Block::register assumes that you will pass arguments to the block, and does not work with the new path support for register_block_type.

$registered = register_block_type( $this->type, $this->args );

See https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/ for a guide on how this is implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant