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

Customizing Gutenberg Labels #14833

Closed
leomuniz opened this issue Apr 5, 2019 · 2 comments
Closed

Customizing Gutenberg Labels #14833

leomuniz opened this issue Apr 5, 2019 · 2 comments
Labels
[Feature] Extensibility The ability to extend blocks or the editing experience [Type] Enhancement A suggestion for improvement.

Comments

@leomuniz
Copy link
Contributor

leomuniz commented Apr 5, 2019

Hey there!
I'm creating an E-mail Marketing system (using an external API) with Gutenberg and I need to accomplish some things that I really don't know how even if researching a lot:

  • Replace the word Publish and all its variations by Send (after all we send a mailing, not publish it).
  • Replace the word Document on the right sidebar by Mailing
  • To keep it very simple, I want to have only Draft, Scheduled and Sent (Published) mailing status. So I want to hide/remove the Pending Review checkbox, as the Visibility, that I want always private.
  • As, in the real life, when a mailing is Sent it's not possible to edit it (after all it is in people inboxes), I want to lock the CPT and all its metaboxes to be edited immediatelly after published.
  • For the same reason I want to avoid deleting it. It's historical data, something that has happened and, if it's sent, it should not be deleted by anyone. So how can I remove the Move to Trash button?

The UX is very important for a product being successfull and without controlling these things inside Gutenberg, users would feel confusing (and, actually, can do weird things related to mailings).

These questions appeared on this issue: #7712 (comment) and here I'm clarifying the use-case and all the needs.

Thank you very much.

@leomuniz leomuniz changed the title Customize Gutenberg Labels Customizing Gutenberg Labels Apr 5, 2019
@youknowriad youknowriad added [Type] Enhancement A suggestion for improvement. [Feature] Extensibility The ability to extend blocks or the editing experience labels Apr 5, 2019
@gziolo
Copy link
Member

gziolo commented Nov 20, 2019

There was a related request shared on the Gutenberg plugin forum by sehrahmed :

https://wordpress.org/support/topic/customizing-editor-top-bar/

Is there any way to customize the Editor Top Bar? I want to change the gear icon and label on the Settings button that toggles the sidebar, but it doesn’t seem configurable.

@gziolo
Copy link
Member

gziolo commented Jan 28, 2021

It should be now possible with the changes added in #27966.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Extensibility The ability to extend blocks or the editing experience [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

No branches or pull requests

3 participants