Added bgcolor bbcode.
This commit is contained in:
parent
a3650e236b
commit
205859b52e
1 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,12 @@ const UmiBBCodes = [
|
||||||
stripArg: ';:{}<>&|\\/~\'"',
|
stripArg: ';:{}<>&|\\/~\'"',
|
||||||
replace: '<span style="color:{0};">{1}</span>',
|
replace: '<span style="color:{0};">{1}</span>',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
tag: 'bgcolor',
|
||||||
|
hasArg: true,
|
||||||
|
stripArg: ';:{}<>&|\\/~\'"',
|
||||||
|
replace: '<span style="background-color:{0};">{1}</span>',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
tag: 'img',
|
tag: 'img',
|
||||||
text: 'Image',
|
text: 'Image',
|
||||||
|
|
Loading…
Reference in a new issue