Minor - format code

pull/2487/head
jmontoyaa 8 years ago
parent 7df7a8dbad
commit 3ea47c6e67
  1. 1
      config/packages/framework.yaml
  2. 6
      config/packages/mopa_bootstrap.yaml
  3. 1
      config/packages/security.yaml
  4. 1
      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

@ -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,7 +39,6 @@ twig:
plugin_login_left:
plugin_login_right:
plugin_main_top:
plugin_main_bottom:
plugin_menu_administrator:
plugin_menu_bottom:
plugin_menu_top:

Loading…
Cancel
Save