mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Started playing with table icons
To make a little more accessible, Related to #3397
This commit is contained in:
@ -3,6 +3,7 @@ import {listen as listenForCommonEvents} from "./common-events";
|
||||
import {scrollToQueryString} from "./scrolling";
|
||||
import {listenForDragAndPaste} from "./drop-paste-handling";
|
||||
import {getPrimaryToolbar, registerAdditionalToolbars} from "./toolbars";
|
||||
import {registerCustomIcons} from "./icons";
|
||||
|
||||
import {getPlugin as getCodeeditorPlugin} from "./plugin-codeeditor";
|
||||
import {getPlugin as getDrawioPlugin} from "./plugin-drawio";
|
||||
@ -291,6 +292,7 @@ export function build(options) {
|
||||
head.innerHTML += fetchCustomHeadContent();
|
||||
},
|
||||
setup(editor) {
|
||||
registerCustomIcons(editor);
|
||||
registerAdditionalToolbars(editor, options);
|
||||
getSetupCallback(options)(editor);
|
||||
},
|
||||
|
Reference in New Issue
Block a user