mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 13:08:47 +08:00
Use PHP formatter rendering engine
Removes dependency on XSLT extension
This commit is contained in:
parent
02130eee3e
commit
b67ae4c8a3
|
@ -22,6 +22,9 @@ class Formatter
|
|||
$configurator = new Configurator;
|
||||
$configurator->rootRules->enableAutoLineBreaks();
|
||||
|
||||
$configurator->rendering->engine = 'PHP';
|
||||
$configurator->rendering->engine->cacheDir = storage_path() . '/app';
|
||||
|
||||
$configurator->Escaper;
|
||||
$configurator->Autoemail;
|
||||
$configurator->Autolink;
|
||||
|
|
Loading…
Reference in New Issue
Block a user