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

Block Editor: Remove custom justify format type in favor of Gutenberg #73455

Open
danielbachhuber opened this issue Feb 16, 2023 · 1 comment
Labels
[Feature] Post/Page Editor The editor for editing posts and pages.

Comments

@danielbachhuber
Copy link
Contributor

danielbachhuber commented Feb 16, 2023

We currently have a 'Justify' option for paragraphs with this code:

registerFormatType( 'wpcom/justify', {
title: wpcomGutenberg.richTextToolbar.justify,
tagName: 'p',
className: null,
edit: ConnectedRichTextJustifyButton,
} );

After WordPress/gutenberg#48202 makes it to dotcom, we should remove our custom 'Justify' implementation.

From #66474 (comment) and #32648 (comment)

Done is:

  • Custom 'Justify' format type is removed from dotcom.
  • Any support documentation is updated as necessary.
@sejas
Copy link
Member

sejas commented Apr 5, 2024

I unassigned me from WordPress/gutenberg#48202 , #66474 and from this issue.

These issues belong to a PT we didn't start pesfPa-rl-p2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Post/Page Editor The editor for editing posts and pages.
Projects
None yet
Development

No branches or pull requests

2 participants