-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-info.xml
28 lines (28 loc) · 1.57 KB
/
package-info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<!-- Generated by Simple Mod Maker -->
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>smftricks:SCEMH</id>
<name>SCEditor Max Height</name>
<version>1.0.1</version>
<type>modification</type>
<install for="2.1.*">
<readme lang="english" parsebbc="true" type="file">readme/readme.english.txt</readme>
<license type="inline" parsebbc="false">
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
</license>
<require-dir name="Sources" destination="$boarddir"/>
<require-dir name="Themes" destination="$boarddir"/>
<hook hook="integrate_sceditor_options" function="SCEMH::sceditor_options" file="$sourcedir/Class-SCEMH.php"/>
<hook hook="integrate_modify_bbc_settings" function="SCEMH::modify_bbc_settings" file="$sourcedir/Class-SCEMH.php"/>
<redirect url="?action=admin;area=featuresettings;sa=bbc" timeout="3000"/>
</install>
<uninstall for="2.1.*">
<hook hook="integrate_sceditor_options" function="SCEMH::sceditor_options" file="$sourcedir/Class-SCEMH.php" reverse="true" />
<hook hook="integrate_modify_bbc_settings" function="SCEMH::modify_bbc_settings" file="$sourcedir/Class-SCEMH.php" reverse="true" />
<remove-file name="$sourcedir/Class-SCEMH.php"/>
<remove-file name="$languagedir/SCEMH.english.php"/>
</uninstall>
</package-info>