aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-03-02 21:23:19 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-03-02 21:23:19 +0100
commitba7b9d48d407f87690a3fdc199b37714d2a52897 (patch)
treea15611f10d09749e82011e0d51532af3de8cfabd /app/config/config.yml
parentfca3c757233940cbe4c431e3e05fe74893225fe0 (diff)
parent3e30422cdae3cc45f44c3039c2d38b99121dd9e9 (diff)
downloadwallabag-ba7b9d48d407f87690a3fdc199b37714d2a52897.tar.gz
wallabag-ba7b9d48d407f87690a3fdc199b37714d2a52897.tar.zst
wallabag-ba7b9d48d407f87690a3fdc199b37714d2a52897.zip
Merge pull request #1132 from wallabag/v2-theme
V2 theme
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 8e7258ea..367aa276 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -128,3 +128,19 @@ nelmio_cors:
128 allow_methods: ['POST', 'PUT', 'GET', 'DELETE'] 128 allow_methods: ['POST', 'PUT', 'GET', 'DELETE']
129 max_age: 3600 129 max_age: 3600
130 hosts: ['^api\.'] 130 hosts: ['^api\.']
131
132liip_theme:
133 load_controllers: false
134 themes:
135 - baggy
136 autodetect_theme: wallabag_core.helper.detect_active_theme
137
138 path_patterns:
139 # app_resource:
140 # - %%app_path%%/views/themes/%%current_theme%%/%%template%%
141 # - %%app_path%%/views/%%template%%
142 bundle_resource:
143 - %%bundle_path%%/Resources/views/themes/%%current_theme%%/%%template%%
144 # bundle_resource_dir:
145 # - %%dir%%/views/themes/%%current_theme%%/%%bundle_name%%/%%template%%
146 # - %%dir%%/views/%%bundle_name%%/%%override_path%%