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

How to change title Name? #102

Open
GSOLANKI922 opened this issue Nov 22, 2023 · 1 comment
Open

How to change title Name? #102

GSOLANKI922 opened this issue Nov 22, 2023 · 1 comment

Comments

@GSOLANKI922
Copy link

title: 'Heading',

@mschadev
Copy link

new EditorJS({
    // ...
    i18n: {
      messages: {
        toolNames: {
          Heading: "New Heading",
        },
        tools: {
          header: {
            "Heading 1": "Test Header 1",
            "Heading 2": "Test Header 2",
            "Heading 3": "Test Header 3",
          },
        },
     },
    // ...
  });

reference

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

2 participants