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