Files
moodle/lib/editor/tiny/thirdpartylibs.xml
T
Andrew Nicols 71d30542ae MDL-75078 editor_tiny: Hola TinyMCE 6
Part of MDL-75966

This commit adds TinyMCE version 6.1 into Moodle core.

A basic editor implementation is included, along with Moodle loader, and
basic Plugin API for Moodle. The Plugin API will be extended and
improved in future changes.

A new subplugin is defined for this plugin.
2022-11-10 19:51:45 +08:00

10 lines
186 B
XML

<?xml version="1.0"?>
<libraries>
<library>
<location>js/tinymce</location>
<name>Tiny</name>
<license>MIT</license>
<version>6.2.0</version>
</library>
</libraries>