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

Consider adding EditorBlockCustomization class to project. #21

Open
jmichaelward opened this issue Aug 2, 2019 · 0 comments
Open

Consider adding EditorBlockCustomization class to project. #21

jmichaelward opened this issue Aug 2, 2019 · 0 comments
Labels
enhancement New feature or request priority: P2 This issue is a nice to have size: small Issue should take less than 4 hours to complete

Comments

@jmichaelward
Copy link
Contributor

During an internal OOPS-WP/Gutenberg call this morning as part of 5 for the Future, we discussed the use case for providing style modifications to native Gutenberg blocks, both within the editor itself and on the WordPress front-end (e.g., engineers may want to modify the presentation of, say, the Header block and want a mechanism for registering that customization).

This use case is separate from #20, because the responsibility of the EditorBlock class is to provide a uniform way to register new, custom blocks with WordPress. It is possible, however, that both the EditorBlock and a new EditorBlockCustomization object might both implement an interface for registering block styles. Therefore, I'm opening this ticket to capture discussion around that idea, and to consider proposals for moving forward with this approach.

@jmichaelward jmichaelward added enhancement New feature or request priority: P2 This issue is a nice to have size: large Issue should take less than 2 days to complete size: small Issue should take less than 4 hours to complete and removed size: large Issue should take less than 2 days to complete labels Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: P2 This issue is a nice to have size: small Issue should take less than 4 hours to complete
Projects
None yet
Development

No branches or pull requests

1 participant