From 3bb6283d0fa0e45569dbcd6ab571b00ef2f617fe Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 4 Jan 2017 10:31:59 +0100 Subject: [PATCH] sirona-aem - enable Powerpoint SIRONAMAIN-588 --- customer/sirona-aem/production.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/sirona-aem/production.yaml b/customer/sirona-aem/production.yaml index 51aa85b7..08755a7f 100644 --- a/customer/sirona-aem/production.yaml +++ b/customer/sirona-aem/production.yaml @@ -2055,6 +2055,7 @@ aem::dispatcher::publish_farm: - { type: 'allow', url: '*.pdf' } # enable pdf - { type: 'allow', url: '*.wmv' } # enable wmv - { type: 'allow', url: '*.psd' } # enable psd (Adobe Photoshop Dokument) + - { type: 'allow', url: '*.pptx' } # enable pptx (Power Point) - { type: 'allow', url: '*.tif' } # enable tif - { type: 'allow', url: '*.zip' } # enable zip - { type: 'allow', url: '*.exe' } # enable exe -- 2.39.5