MDL-76520 tiny_link: Add a TinyMCE link plugin

Co-authored-by: Andrew Lyons <[email protected]>
This commit is contained in:
Huong Nguyen
2023-03-23 15:50:44 +07:00
co-authored by Andrew Lyons
parent 794f107e88
commit 359efecb03
36 changed files with 1238 additions and 0 deletions
+3
View File
@@ -497,6 +497,9 @@ class manager {
// Disable the preview plugin as it does not support Moodle filters.
'preview',
// Use the Moodle link plugin instead.
'link',
];
}