mirror of
https://github.com/flarum/framework.git
synced 2025-03-15 00:05:12 +08:00
Add empty locale extender to clear cache properly on enable/disable.
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
This commit is contained in:
parent
8a029e666b
commit
6defee4fc4
@ -22,5 +22,7 @@ return [
|
||||
// Overwrite the default inline spoiler so that it is compatible
|
||||
// with more styling for children in an external stylesheet.
|
||||
$config->tags['ispoiler']->template = '<span class="spoiler" data-s9e-livepreview-ignore-attrs="class" onclick="removeAttribute(\'class\')"><xsl:apply-templates/></span>';
|
||||
})
|
||||
}),
|
||||
|
||||
new Extend\Locales(__DIR__.'/locale')
|
||||
];
|
||||
|
0
extensions/markdown/locale/.gitkeep
Normal file
0
extensions/markdown/locale/.gitkeep
Normal file
Loading…
x
Reference in New Issue
Block a user