2 * @param {Editor} editor
5 function register(editor, url) {
8 title: 'About the WYSIWYG Editor',
9 url: window.baseUrl('/help/wysiwyg'),
12 editor.ui.registry.addButton('about', {
14 tooltip: 'About the editor',
16 tinymce.activeEditor.windowManager.openUrl(aboutDialog);
24 * @param {WysiwygConfigOptions} options
27 export function getPlugin(options) {