From: Dominic Radtke Date: Wed, 14 Jun 2017 10:43:41 +0000 (+0200) Subject: Enable article api X-Git-Tag: v0.1.0~2801^2~43^2~7^2~1 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=1c1d4a8bbaaf268b41156e2a71870efd1f14e9a9;p=pixelpark%2Fhiera.git Enable article api --- diff --git a/customer/mobile-aem/production.yaml b/customer/mobile-aem/production.yaml index 76f52f48..462702de 100644 --- a/customer/mobile-aem/production.yaml +++ b/customer/mobile-aem/production.yaml @@ -264,6 +264,7 @@ aem::dispatcher::publish_farm: # Enable features - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization - { type: 'allow', url: '/content/dam/api.json' } # enable generic asset JSON API + - { type: 'allow', url: '/content/articles/api.json' } # enable generic asset JSON API - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API - { type: 'allow', url: '*.articlelibrary.json' } # enable article library JSON API - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API