1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-07 14:46:29 +02:00

version 1.4.2 small changes for ebook plugin

This commit is contained in:
trendschau
2020-11-18 21:30:17 +01:00
parent 791e270f64
commit 3cebe0426c
12 changed files with 540 additions and 487 deletions

View File

@@ -133,6 +133,11 @@ abstract class Plugin implements EventSubscriberInterface
$this->container->assets->addInlineCSS($CSS);
}
protected function addEditorCSS($CSS)
{
$this->container->assets->addEditorCSS($CSS);
}
protected function activateAxios()
{
$this->container->assets->activateAxios();