mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Lexical: Added about button/view
Re-used existing route and moved tinymce help to its own different route. Added test to cover. Added new external-content block to support in editor UI.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
function register(editor) {
|
||||
const aboutDialog = {
|
||||
title: 'About the WYSIWYG Editor',
|
||||
url: window.baseUrl('/help/wysiwyg'),
|
||||
url: window.baseUrl('/help/tinymce'),
|
||||
};
|
||||
|
||||
editor.ui.registry.addButton('about', {
|
||||
|
Reference in New Issue
Block a user