Template event in front of the WYSIWYG editor
authorAlexander Ebert <ebert@woltlab.com>
Thu, 11 Feb 2021 11:59:49 +0000 (12:59 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 11 Feb 2021 11:59:49 +0000 (12:59 +0100)
templates/conversationQuickReply.tpl

index 90f31a624380f5e2e4cb1b1baacf97e20d9b5e39..cc215757eee2e74b87f5e8bdad1fa23557621457 100644 (file)
@@ -7,6 +7,8 @@
                                {if !$conversation->isDraft && !$conversation->hasOtherParticipants()}
                                        <p class="warning"  role="status" style="margin-bottom: 14px">{lang}wcf.conversation.noParticipantsWarning{/lang}</p>
                                {/if}
+
+                               {event name='beforeWysiwyg'}
                                
                                <textarea id="text" name="text" class="wysiwygTextarea"
                                          data-autosave="com.woltlab.wcf.conversation.messageAdd-{@$conversation->conversationID}"