mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13713] Specify color as a BBCode attribute
PHPBB3-13713
This commit is contained in:
parent
e036c40b67
commit
3c27b47236
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ class factory implements \phpbb\textformatter\cache_interface
|
||||||
'mention' =>
|
'mention' =>
|
||||||
"[MENTION={PARSE=/^(?<type>[ug]):(?<id>\d+)$/}
|
"[MENTION={PARSE=/^(?<type>[ug]):(?<id>\d+)$/}
|
||||||
profile_url={URL;optional;postFilter=#false}
|
profile_url={URL;optional;postFilter=#false}
|
||||||
|
color={COLOR;optional}
|
||||||
]{TEXT}[/MENTION]",
|
]{TEXT}[/MENTION]",
|
||||||
'quote' =>
|
'quote' =>
|
||||||
"[QUOTE
|
"[QUOTE
|
||||||
|
|
Loading…
Add table
Reference in a new issue