mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Create event for html2bbcode hook
This commit is contained in:
parent
a94bead5f6
commit
3d3e34865b
5 changed files with 55 additions and 4 deletions
|
@ -50,6 +50,8 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const BBCODE_TO_HTML_START = 'friendica.data.bbcode_to_html_start';
|
||||
|
||||
public const HTML_TO_BBCODE_END = 'friendica.data.html_to_bbcode_end';
|
||||
|
||||
public const BBCODE_TO_MARKDOWN_END = 'friendica.data.bbcode_to_markdown_end';
|
||||
|
||||
private array $array;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue