-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathslashtools.xml
21 lines (21 loc) · 1.05 KB
/
slashtools.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<extension version="4.1.0" type="file" method="upgrade">
<name>Slash Tools</name>
<author>Brian Teeman</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.learnjoomla4.com</authorUrl>
<copyright>Copyright Brian Teeman</copyright>
<license>GNU GPL v2 or later</license>
<version>1.0.2</version>
<creationDate>Sep 2024</creationDate>
<description><![CDATA[Editor Plugin for TinyMCE and Joomla. To complete the installation please follow these simple <a href="https://github.com/brianteeman/slashtools#tinymce-configuration">instructions.</a>]]></description>
<fileset>
<files folder="slashtools" target="media/plg_editors_tinymce/js/plugins/slashtools">
<file>plugin.js</file>
<file>plugin.min.js</file>
</files>
</fileset>
<updateservers>
<server type="extension" priority="1" name="Slash Tools">https://raw.githubusercontent.com/brianteeman/slashtools/main/update/manifest.xml</server>
</updateservers>
</extension>