-
Notifications
You must be signed in to change notification settings - Fork 121
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
Multiple headings in the toolbox #92
Comments
Try creating a custom Header class
|
this worked for me, depending on where you extend you may need to import the icons: |
That seems to work, thank you! Would be nice be able to configure this through an configuration option. |
There is such ability, read official article for more info 👉 https://codex.so/editorjs-toolbox |
On the homepage of Editor.js you can see multiple levels of headings in the screenshot, see:
But after installing Editor.js and the header plugin I only have one "Heading" item in the toolbox. I found the following pull request but I guess this isn't merged into the default branch? When simply doing a
npm i --save @editorjs/header
I get the following:How do I enable this feature?
The text was updated successfully, but these errors were encountered: