We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274191a commit 16eb042Copy full SHA for 16eb042
featherbb/Core/Parser.php
@@ -76,7 +76,7 @@ private function configureParser()
76
$configurator->BBCodes->addFromRepository('JUSTIFY');
77
78
// Alias COLOUR to COLOR
79
- $configurator->BBCodes->add('COLOUR')->tagName = 'COLOR';
+ $configurator->BBCodes->add('COLOUR', ['defaultAttribute' => 'color'])->tagName = 'COLOR';
80
81
// Add some default limits
82
$configurator->tags['QUOTE']->nestingLimit = 3;
0 commit comments