editor-js / editor-js/header

Couldn't load Header tool in toolbox

Open
#70 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
115
Forks
123
PR merge metrics
No merged PRs in 30d

Description

I'm using HTML template engine that comes with go-fiber. I think I've set the configuration properly and other tools like quotes have been shown on the toolbox. But the Header tool still isn't showing.
This is my config js:
```js
const editor = new EditorJS({
holder: 'editorjs',
autofocus: true,
tools: {
image: SimpleImage,
quote: Quote,
header: Header
},
data: {}
})
```

Here is my HTML:
```html

















```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.