simplify building theme independent plugins (#2888)

This commit is contained in:
Kevin Papst
2021-10-30 14:48:05 +02:00
committed by GitHub
parent 7ed1998d04
commit 40061e43bb
5 changed files with 4 additions and 10 deletions

View File

@@ -7,3 +7,4 @@ twig:
paths:
# used in templates/emails/layout.html.twig
'%kernel.project_dir%/assets/css': css
'%kernel.project_dir%/vendor/kevinpapst/adminlte-bundle/Resources/views': theme

View File

@@ -108,13 +108,6 @@ services:
arguments:
- !service { class: PDO, factory: ['@database_connection', 'getWrappedConnection'] }
# ================================================================================
# THEME
# ================================================================================
KevinPapst\AdminLTEBundle\Helper\ContextHelper:
alias: admin_lte_theme.context_helper
# ================================================================================
# TIMESHEET RECORD CALCULATOR
# ================================================================================