mirror of
https://github.com/jbcr/core.git
synced 2026-04-23 00:28:08 +02:00
Update Config
This commit is contained in:
@@ -4,7 +4,7 @@ database:
|
||||
username: root
|
||||
password: ''
|
||||
|
||||
sitename: Bolt Four Website
|
||||
sitename: Bolt Core Git Clone
|
||||
|
||||
debug: true
|
||||
debug_show_loggedoff: false
|
||||
|
||||
@@ -5,7 +5,9 @@ twig:
|
||||
- 'form/layout.twig'
|
||||
- 'form/fields.twig'
|
||||
paths:
|
||||
'%kernel.project_dir%/public/theme/%bolt.theme%': ''
|
||||
# Since the name of the theme folder is dynamic, we shouldn't set it here, but dynamically
|
||||
# See TwigAwareController::setTwigLoader()
|
||||
# '%kernel.project_dir%/public/theme/%bolt.theme%': ''
|
||||
'%kernel.project_dir%/templates/': 'bolt'
|
||||
globals:
|
||||
'config': '@Bolt\Configuration\Config'
|
||||
|
||||
Reference in New Issue
Block a user