Skip to content

Commit

Permalink
Merge pull request #12 from evandor/main
Browse files Browse the repository at this point in the history
Seems like a mistake in the configuration
  • Loading branch information
calumk authored Aug 30, 2023
2 parents fed2c7d + 2679778 commit 3e45c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ let main_tools = {

columns : {
class : editorjsColumns,
EditorJsLibrary : EditorJs // Pass the library instance to the columns instance.
config : {
tools : column_tools, // IMPORTANT! ref the column_tools
EditorJsLibrary : EditorJs, // Pass the library instance to the columns instance.
tools : column_tools // IMPORTANT! ref the column_tools
}
},
}
Expand Down

0 comments on commit 3e45c92

Please sign in to comment.