mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 00:20:37 +01:00
MDL-75078 editor_tiny: Disable Tiny template plugin
The template plugin is a part of Tiny, and requires us to create an administrator UI to configure the templates. This requires much more thought on workflows, intent, and so on so we'll park it for later. Part of MDL-75966.
This commit is contained in:
parent
1bd0ad6fa3
commit
a809f82862
@ -490,6 +490,9 @@ class manager {
|
||||
// These are not generally compatible with Moodle.
|
||||
'image',
|
||||
'media',
|
||||
|
||||
// Disable the Template plugin for now.
|
||||
'template',
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user