BookStack/resources/js/wysiwyg/plugins-stub.js
Dan Brown e711290d8b
Ran eslint fix on existing codebase
Had to do some manual fixing of the app.js file due to misplaced
comments
2023-04-18 22:20:02 +01:00

16 lines
225 B
JavaScript

/**
* @param {Editor} editor
* @param {String} url
*/
function register(editor, url) {
}
/**
* @param {WysiwygConfigOptions} options
* @return {register}
*/
export function getPlugin(options) {
return register;
}