Files
moodle/lib/editor/tiny/thirdpartylibs.xml
T
Sara Arjona edcfb3b27f MDL-76802 core: Add or update missing third-party repositories
While preparing the libraries that need to be upgraded for 4.2 in
MDL-76373 I've seen that the new Tiny editor missed the repository.
2023-03-13 11:39:30 +01:00

11 lines
250 B
XML

<?xml version="1.0"?>
<libraries>
<library>
<location>js/tinymce</location>
<name>Tiny</name>
<license>MIT</license>
<version>6.3.2</version>
<repository>https://github.com/tinymce/tinymce</repository>
</library>
</libraries>