From: Philipp Dallig Date: Mon, 13 Mar 2017 13:27:25 +0000 (+0100) Subject: sirona-aem - update acs_aem_commons on dev X-Git-Tag: v0.1.0~3453^2~20 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=8e5b77d9adf8f607571771ba30b1a4dd00bc9992;p=pixelpark%2Fhiera.git sirona-aem - update acs_aem_commons on dev --- diff --git a/customer/sirona-aem/development.yaml b/customer/sirona-aem/development.yaml index 7d5486f8..c6d07388 100644 --- a/customer/sirona-aem/development.yaml +++ b/customer/sirona-aem/development.yaml @@ -158,7 +158,7 @@ aem::packages: acs_aem_commons: groupid: 'com.adobe.acs' artifactid: 'acs-aem-commons-content' - version: '3.2.6' + version: '3.6.2' acs_aem_tools: groupid: 'com.adobe.acs' artifactid: 'acs-aem-tools-content' @@ -344,6 +344,7 @@ aem::dispatcher::publish_farm: - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization - { type: 'allow', url: '/content/dam/api.json' } # enable generic asset JSON API - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API + - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API - { type: 'allow', method: 'post', url: '*.forms.html' } # enable forms # Security Rules - { type: 'deny', url: '/etc/' }