mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 18:33:40 +08:00
Use new Formatter extender
This commit is contained in:
parent
abb74c3378
commit
b36a1d809c
|
@ -12,8 +12,7 @@
|
|||
use Flarum\Extend;
|
||||
use s9e\TextFormatter\Configurator;
|
||||
|
||||
return [
|
||||
new Extend\FormatterConfiguration(function (Configurator $config) {
|
||||
return (new Extend\Formatter)
|
||||
->configure(function (Configurator $config) {
|
||||
$config->Litedown;
|
||||
}),
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user