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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user