. /** * Tiny text editor integration. * * @package editor_tiny * @copyright 2021 Andrew Lyons * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ // TODO Fix upstream to not need this hack. class_alias(\editor_tiny\editor::class, 'tiny_texteditor');