diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 6 | ||||
-rw-r--r-- | app/config/config_dev.yml | 8 |
2 files changed, 0 insertions, 14 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 5bc16dd9..5fac3192 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -170,14 +170,8 @@ liip_theme: | |||
170 | autodetect_theme: wallabag_core.helper.detect_active_theme | 170 | autodetect_theme: wallabag_core.helper.detect_active_theme |
171 | 171 | ||
172 | path_patterns: | 172 | path_patterns: |
173 | # app_resource: | ||
174 | # - %%app_path%%/views/themes/%%current_theme%%/%%template%% | ||
175 | # - %%app_path%%/views/%%template%% | ||
176 | bundle_resource: | 173 | bundle_resource: |
177 | - %%bundle_path%%/Resources/views/themes/%%current_theme%%/%%template%% | 174 | - %%bundle_path%%/Resources/views/themes/%%current_theme%%/%%template%% |
178 | # bundle_resource_dir: | ||
179 | # - %%dir%%/views/themes/%%current_theme%%/%%bundle_name%%/%%template%% | ||
180 | # - %%dir%%/views/%%bundle_name%%/%%override_path%% | ||
181 | 175 | ||
182 | fos_user: | 176 | fos_user: |
183 | db_driver: orm | 177 | db_driver: orm |
diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 205e0f66..116dd0d5 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml | |||
@@ -32,14 +32,6 @@ monolog: | |||
32 | VERBOSITY_VERY_VERBOSE: NOTICE | 32 | VERBOSITY_VERY_VERBOSE: NOTICE |
33 | VERBOSITY_DEBUG: DEBUG | 33 | VERBOSITY_DEBUG: DEBUG |
34 | channels: ["doctrine"] | 34 | channels: ["doctrine"] |
35 | # uncomment to get logging in your browser | ||
36 | # you may have to allow bigger header sizes in your Web server configuration | ||
37 | #firephp: | ||
38 | # type: firephp | ||
39 | # level: info | ||
40 | #chromephp: | ||
41 | # type: chromephp | ||
42 | # level: info | ||
43 | 35 | ||
44 | assetic: | 36 | assetic: |
45 | use_controller: true | 37 | use_controller: true |