mirror of
https://github.com/flarum/framework.git
synced 2025-03-04 01:36:23 +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…
x
Reference in New Issue
Block a user