Couldn't load Header tool in toolbox
Open
- 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.