mirror of
https://github.com/typemill/typemill.git
synced 2025-08-10 16:14:20 +02:00
Fix assets.addMeta
This commit is contained in:
@@ -150,6 +150,16 @@ abstract class Plugin implements EventSubscriberInterface
|
||||
$this->container->assets->addEditorCSS($CSS);
|
||||
}
|
||||
|
||||
protected function getMeta()
|
||||
{
|
||||
return $this->container->assets->meta;
|
||||
}
|
||||
|
||||
public function addMeta($key,$meta)
|
||||
{
|
||||
$this->container->assets->addMeta($key, $meta);
|
||||
}
|
||||
|
||||
protected function activateAxios()
|
||||
{
|
||||
$this->container->assets->activateAxios();
|
||||
|
Reference in New Issue
Block a user