partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit a60ba519ac54d7f98e52d37ba5902b7c7ef21789
parent 72e5314e0facd30825ae68027ddc51af9172f97e
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 15 Nov 2015 14:50:17 +0100

Moved the path_separator parameter to the global partkeepr.yml file, related to #479

Diffstat:
Mapp/config/config.yml | 4+---
Mapp/config/partkeepr.yml | 3+++
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/app/config/config.yml b/app/config/config.yml @@ -11,7 +11,6 @@ imports: - { resource: config_filesystem.yml } parameters: - partkeepr.category.path_separator: " ➤ " max_users: unlimited fos_rest: @@ -120,4 +119,4 @@ services: - { name: serializer.normalizer, priority: -1 } calls: - method: "setCircularReferenceLimit" - arguments: [ [ 5 ] ]- \ No newline at end of file + arguments: [ [ 5 ] ] diff --git a/app/config/partkeepr.yml b/app/config/partkeepr.yml @@ -1,3 +1,6 @@ +parameters: + partkeepr.category.path_separator: " ➤ " + partkeepr: image_cache_directory: %kernel.cache_dir%/imagecache/ cronjob_check: false