config add to head/body

This commit is contained in:
Milos Stojanovic
2019-06-16 11:54:58 +02:00
parent da98b46f62
commit 291fa69c2b
4 changed files with 13 additions and 20 deletions

View File

@@ -46,6 +46,10 @@ return [
],
'Filegator\Services\View\ViewInterface' => [
'handler' => '\Filegator\Services\View\Adapters\Vuejs',
'config' => [
'add_to_head' => '',
'add_to_body' => '',
],
],
'Filegator\Services\Storage\Filesystem' => [
'handler' => '\Filegator\Services\Storage\Filesystem',