You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I configured my own emoticons.yml but it seems that the decoda's emoticons listed in:
vendor\mjohnson\decoda\src\config\emoticons.php are still parsed...
How to configure FMBbCodeBundle to completely overwrite the decoda's emoticons?
The text was updated successfully, but these errors were encountered:
Currently there is only one solution to disable Decoda's default emoticons.
Extends FM\BbcodeBundle\Decoda\Hook\EmoticonHook class and override getEmoticonCollection method without the code between line 157 and line 176 and sets the parameter fm_bbcode.decoda.hook.emoticon.class with your extended class name (ref).
I configured my own emoticons.yml but it seems that the decoda's emoticons listed in:
vendor\mjohnson\decoda\src\config\emoticons.php are still parsed...
How to configure FMBbCodeBundle to completely overwrite the decoda's emoticons?
The text was updated successfully, but these errors were encountered: