From a809f8286230d8a9c8e565df281658b43cc486a9 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 12 Oct 2022 10:53:46 +0800 Subject: [PATCH] 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. --- lib/editor/tiny/classes/manager.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/editor/tiny/classes/manager.php b/lib/editor/tiny/classes/manager.php index 0681e5addd0..8f733001581 100644 --- a/lib/editor/tiny/classes/manager.php +++ b/lib/editor/tiny/classes/manager.php @@ -490,6 +490,9 @@ class manager { // These are not generally compatible with Moodle. 'image', 'media', + + // Disable the Template plugin for now. + 'template', ]; }