1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 16:01:40 +02:00

[ticket/13713] Add mention BBCode

PHPBB3-13713
This commit is contained in:
lavigor
2018-05-30 21:58:28 +03:00
committed by Marc Alexander
parent 41b1b32e29
commit 6c42563b4d
6 changed files with 51 additions and 0 deletions

View File

@@ -52,6 +52,12 @@ services:
text_formatter.s9e.link_helper:
class: phpbb\textformatter\s9e\link_helper
text_formatter.s9e.mention_helper:
class: phpbb\textformatter\s9e\mention_helper
arguments:
- '%core.root_path%'
- '%core.php_ext%'
text_formatter.s9e.parser:
class: phpbb\textformatter\s9e\parser
arguments:
@@ -76,6 +82,7 @@ services:
- '@text_formatter.s9e.factory'
- '@dispatcher'
calls:
- [configure_mention_helper, ['@text_formatter.s9e.mention_helper']]
- [configure_quote_helper, ['@text_formatter.s9e.quote_helper']]
- [configure_smilies_path, ['@config', '@path_helper']]
- [configure_user, ['@user', '@config', '@auth']]