X-Git-Url: https://git.rapsys.eu/treebundle/blobdiff_plain/48ae76ae40baf431a9df500a07877e962f45be7c..be52ee36181a7928e7fa699b64ae30872e96c009:/config/packages/rapsystree.yaml?ds=inline diff --git a/config/packages/rapsystree.yaml b/config/packages/rapsystree.yaml index 3d19c54..99380c5 100644 --- a/config/packages/rapsystree.yaml +++ b/config/packages/rapsystree.yaml @@ -14,12 +14,6 @@ rapsystree: logo: alt: 'Rapsys photo''s logo' title: 'Rapsys Photo' - roots: - Dcim: '/var/www/dcim' - Doc: '/var/www/doc' - Photo: '/var/www/photo' - Tango: '/var/www/tango' - Video: '/var/www/video' # RapsysUser configuration rapsysuser: @@ -28,6 +22,10 @@ rapsysuser: group: 'Rapsys\TreeBundle\Entity\Group' civility: 'Rapsys\TreeBundle\Entity\Civility' user: 'Rapsys\TreeBundle\Entity\User' + # Contact replacement + contact: + address: '%rapsystree.contact.address%' + name: '%rapsystree.contact.name%' # Default replacement default: admin: 'ROLE_ADMIN' @@ -161,7 +159,7 @@ services: arguments: [ '@service_container', '@request_stack', '@router', '@rapsyspack.slugger_util', '@translator', '%rapsystree.locale%', '%rapsystree.languages%' ] #Register blog fixture Rapsys\TreeBundle\Fixture\TreeFixture: - arguments: [ '@service_container' ] + arguments: [ '@service_container', '@rapsyspack.slugger_util' ] tags: [ 'doctrine.fixture.orm' ] # Twig Configuration