Skip to content

Commit

Permalink
fix wrong templatelistener
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanashi committed Sep 3, 2024
1 parent 050e404 commit 6f0b909
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packagename language="de">Simple FAQ</packagename>
<packagedescription>A simple and powerful FAQ for your WSC.</packagedescription>
<packagedescription language="de">Ein simples und leistungsstarkes FAQ für Ihr WSC.</packagedescription>
<version>2.2.0</version>
<version>2.2.1</version>
<date>2024-08-31</date>
</packageinformation>
<authorinformation>
Expand Down Expand Up @@ -36,6 +36,9 @@
<instruction type="templateListener"/>
<instruction type="database" run="standalone">acp/database/install_dev.tkirch.wsc.faq.php</instruction>
</instructions>
<instructions type="update" fromversion="2.2.0">
<instruction type="templateListener"/>
</instructions>
<instructions type="update" fromversion="2.1.*">
<instruction type="file"/>
<instruction type="acpTemplate"/>
Expand All @@ -45,6 +48,7 @@
<instruction type="acpMenu"/>
<instruction type="option"/>
<instruction type="box"/>
<instruction type="templateListener"/>
<instruction type="fileDelete"/>
</instructions>
</package>
2 changes: 1 addition & 1 deletion templateListener.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<import>
<templatelistener name="faqWysiwygBeforeEditorJavaScript">
<environment>user</environment>
<templatename>wysiwyg</templatename>
<templatename>shared_wysiwyg</templatename>
<eventname>wysiwyg</eventname>
<templatecode><![CDATA[{include file='__faqWysiwygJavaScript'}]]></templatecode>
</templatelistener>
Expand Down

0 comments on commit 6f0b909

Please sign in to comment.