From 32da2a70ef278bd42f66eb82c3fbf1905a417b87 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 23 Feb 2015 22:55:06 +0100 Subject: Add LiipThemeBundle Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :)) --- app/config/config.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'app/config/config.yml') diff --git a/app/config/config.yml b/app/config/config.yml index 8e7258ea..1bd93d64 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -128,3 +128,24 @@ nelmio_cors: allow_methods: ['POST', 'PUT', 'GET', 'DELETE'] max_age: 3600 hosts: ['^api\.'] + +liip_theme: + load_controllers: false + themes: + - baggy + - dark + - default + - dmagenta + - solarized + - solarized-dark + autodetect_theme: wallabag_core.helper.detect_active_theme + + path_patterns: + app_resource: + - %%app_path%%/views/themes/%%current_theme%%/%%template%% + - %%app_path%%/views/%%template%% + bundle_resource: + - %%bundle_path%%/Resources/views/themes/%%current_theme%%/%%template%% + bundle_resource_dir: + - %%dir%%/views/themes/%%current_theme%%/%%bundle_name%%/%%template%% + - %%dir%%/views/%%bundle_name%%/%%override_path%% -- cgit v1.2.3