update avanzu admin bundle to newest version #55 (#63)

This commit is contained in:
Kevin Papst
2018-01-09 12:42:11 +01:00
committed by GitHub
parent f651df2d4b
commit ae8df0966c
7 changed files with 46 additions and 54 deletions

View File

@@ -24,7 +24,7 @@ framework:
# Supported values are 'textmate', 'macvim', 'emacs' and 'sublime' shortcuts
# and any custom configuration string, such as: "phpstorm://open?file=%%f&line=%%l"
# See http://symfony.com/doc/current/reference/configuration/framework.html#ide
ide: sublime
#ide: sublime
# When using the HTTP Cache, ESI allows to render page fragments separately
# and with different cache configurations for each fragment
@@ -92,13 +92,14 @@ doctrine:
# spool: { type: memory }
avanzu_admin_theme:
use_twig : true
theme:
default_avatar : avatars/default.png
skin : skin-blue
fixed_layout : false
boxed_layout : false
use_twig: true
use_assetic: true
bower_bin: "/usr/local/bin/bower"
options:
default_avatar: avatars/default.png
skin: skin-green-light
fixed_layout: false
boxed_layout: false
collapsed_sidebar: true
mini_sidebar : true
# TODO support options like: language and skin via sidebar menu
control_sidebar : false
mini_sidebar: true
control_sidebar: false

View File

@@ -8,10 +8,6 @@ framework:
strict_requirements: true
profiler: { only_exceptions: false }
#web_profiler:
# toolbar: '%kernel.debug%'
# intercept_redirects: false
monolog:
handlers:
main:
@@ -42,9 +38,10 @@ services:
tags:
- name: twig.extension
avanzu_admin_theme:
enable_demo: false
web_profiler:
toolbar: true
toolbar: '%kernel.debug%'
intercept_redirects: false
# See routing_dev.yml
#avanzu_admin_theme:
# enable_demo: false