From: Dominic Radtke Date: Wed, 14 Jun 2017 10:46:03 +0000 (+0200) Subject: Enable article api X-Git-Tag: v0.1.0~2801^2~43^2~7^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=83c18060dda93ebbb4c323ba66b78efd3d461a95;p=pixelpark%2Fhiera.git Enable article api --- diff --git a/customer/mobile-aem/production.yaml b/customer/mobile-aem/production.yaml index 462702de..78e1da64 100644 --- a/customer/mobile-aem/production.yaml +++ b/customer/mobile-aem/production.yaml @@ -264,7 +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: '/content/articles/api.json' } # enable generic article 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 @@ -346,6 +346,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 article 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 @@ -427,6 +428,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 article 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