From: Philipp Dallig Date: Mon, 1 Aug 2016 16:24:06 +0000 (+0200) Subject: sirona-aem - allow some other file extensions X-Git-Tag: v0.1.0~4396 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=bf1ffef4ac25c427a323295b5b74d877b9a94d3a;p=pixelpark%2Fhiera.git sirona-aem - allow some other file extensions --- diff --git a/customer/sirona-aem/prod.yaml b/customer/sirona-aem/prod.yaml index 80fdf973..4bf2a973 100644 --- a/customer/sirona-aem/prod.yaml +++ b/customer/sirona-aem/prod.yaml @@ -229,6 +229,9 @@ aem::dispatcher::publish_farm: - { type: 'allow', url: '*.woff2' } # enable woff2 - { type: 'allow', url: '*.eot' } # enable eot - { type: 'allow', url: '*.pdf' } # enable pdf + - { type: 'allow', url: '*.wmv' } # enable wmv + - { type: 'allow', url: '*.psd' } # enable psd + - { type: 'allow', url: '*.tif' } # enable tif # Enable features - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API