svg
This commit is contained in:
@ -16,4 +16,5 @@ return [
|
||||
Oneup\UploaderBundle\OneupUploaderBundle::class => ['all' => true],
|
||||
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
|
||||
Bnine\FilesBundle\BnineFilesBundle::class => ['all' => true],
|
||||
Bnine\MdEditorBundle\BnineMdEditorBundle::class => ['all' => true],
|
||||
];
|
||||
|
@ -5,6 +5,7 @@ twig:
|
||||
appName: "%appName%"
|
||||
paths:
|
||||
'%kernel.project_dir%/vendor/bnine/filesbundle/templates': BnineFilesBundle
|
||||
'%kernel.project_dir%/vendor/bnine/mdeditorbundle/templates': BnineMdEditorBundle
|
||||
when@test:
|
||||
twig:
|
||||
strict_variables: true
|
||||
|
@ -6,4 +6,8 @@ controllers:
|
||||
|
||||
bninefilesbundle:
|
||||
resource: '@BnineFilesBundle/config/routes.yaml'
|
||||
prefix: '/bninefiles'
|
||||
prefix: '/bninefiles'
|
||||
|
||||
bninemdeditorbundle:
|
||||
resource: '@BnineMdEditorBundle/config/routes.yaml'
|
||||
prefix: '/bninemdeditor'
|
Reference in New Issue
Block a user