Minor - format code

pull/2487/head
jmontoyaa 7 years ago
parent 7df7a8dbad
commit 3ea47c6e67
  1. 1
      config/packages/framework.yaml
  2. 2
      config/packages/knp_menu.yaml
  3. 6
      config/packages/mopa_bootstrap.yaml
  4. 1
      config/packages/security.yaml
  5. 2
      config/packages/sonata_cache.yaml
  6. 3
      config/packages/twig.yaml

@ -24,4 +24,5 @@ framework:
http_method_override: true
assets:
json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'
# base_path: '%env(APP_URL_APPEND)%'
annotations: true

@ -1,2 +1,2 @@
knp_menu:
default_renderer: twig
default_renderer: twig

@ -21,9 +21,3 @@ mopa_bootstrap:
icons:
icon_set: fontawesome4
shortcut: icon

@ -35,7 +35,6 @@ security:
SONATA:
- ROLE_SONATA_PAGE_ADMIN_PAGE_EDIT # if you are not using acl then this line must be uncommented
- ROLE_SONATA_PAGE_ADMIN_BLOCK_EDIT
ROLE_ANONYMOUS: [ROLE_ANONYMOUS]
access_decision_manager:

@ -39,4 +39,4 @@
## - { domain: kooqit.local, ip: 127.0.0.1, port: 80 }
## timeout:
## RCV: { sec: 2, usec: 0 }
## SND: { sec: 2, usec: 0 }
## SND: { sec: 2, usec: 0 }

@ -39,9 +39,8 @@ twig:
plugin_login_left:
plugin_login_right:
plugin_main_top:
plugin_main_bottom:
plugin_menu_administrator:
plugin_menu_bottom:
plugin_menu_top:
plugin_pre_footer:
footer_extra_content:
footer_extra_content:

Loading…
Cancel
Save