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

Classic block: Add option to convert to blocks #6306

Merged
merged 4 commits into from
Oct 23, 2023

Conversation

fluiddot
Copy link
Contributor

@fluiddot fluiddot commented Oct 20, 2023

Related to WordPress/gutenberg#55461.

To test:
Follow testing instructions from WordPress/gutenberg#55461.

PR submission checklist:

  • I have considered adding unit tests where possible.
  • I have considered if this change warrants user-facing release notes more info and have added them to RELEASE-NOTES.txt if necessary.

@fluiddot fluiddot added the [Type] Enhancement Improves a current area of the editor label Oct 20, 2023
@fluiddot fluiddot added this to the 1.107.0 (23.6) milestone Oct 20, 2023
@fluiddot fluiddot requested a review from derekblank October 20, 2023 10:58
@fluiddot fluiddot self-assigned this Oct 20, 2023
@@ -179,7 +180,6 @@
<string name="gutenberg_native_failed_to_save_files_please_tap_for_options" tools:ignore="UnusedResources">Failed to save files.\nPlease tap for options.</string>
<string name="gutenberg_native_failed_to_upload_files_please_tap_for_options" tools:ignore="UnusedResources">Failed to upload files.\nPlease tap for options.</string>
<string name="gutenberg_native_featured" tools:ignore="UnusedResources">Featured</string>
<string name="gutenberg_native_featured_image" tools:ignore="UnusedResources">Featured Image</string>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removal of this string is expected as it's now also used in the web version (reference). Hence, it will be translated as part of the Gutenberg plugin.

@fluiddot
Copy link
Contributor Author

@derekblank I decided to create the companion GBM PR to check and update the strings localization files. Let me know if you could take a quick look. Thanks 🙇 !

Copy link
Contributor

@derekblank derekblank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (pending resolving merge conflicts) 👍

@fluiddot fluiddot enabled auto-merge October 23, 2023 08:05
@fluiddot fluiddot merged commit 4cc8490 into trunk Oct 23, 2023
@fluiddot fluiddot deleted the update/classic-block-convert-to-blocks branch October 23, 2023 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Enhancement Improves a current area of the editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants