Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

asn11
asn11
Online

Badges

Badges
24

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
14

Posts

Posts
116

Discussions

Discussions
28

Questions

Questions
88

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by asn11
Customize the badges you want to showcase on your profile
Re: filevault(vlt) equivalent in aem cloud - Adobe Experience Manager 24-08-2022
@Jörg_Hoh thanks for taking time to respond. Yes i am aware that package will have the xml , but would that be helpful when this is done by possibly a script? flow would be something like --- 1. When the script runs, it will go to AEM , get the xml export (in case of vlt) ...commit that into a repository . 2. another script takes xmls from same repo and builds a package and uploads to another AEM server.

Views

15

Like

1

Replies

1
Re: filevault(vlt) equivalent in aem cloud - Adobe Experience Manager 23-08-2022
that could have been option if I wanted to only download and install ....I also want to commit those nodes(content.xml) to a repo...thats why want to get content xmls and not package.

Views

45

Like

1

Replies

3
filevault(vlt) equivalent in aem cloud - Adobe Experience Manager 23-08-2022
I want to export (get) content xmls of nodes under one path and have them downloaded to a local folder , with vlt I would have done something like -- vlt --credentials my-creds-username:password export http://author-xxxxx-xxxxx.adobeaemcloud.com/crx /conf/global/settings/dam/cfm/models myproject is this possible with AEM cloud instances? background :- I want to automate few things like movement of models from one env to another hence trying this.

Views

54

Likes

0

Replies

5
Re: Hoodoo Digital to Host Workfront and AEM Integration Webinar | AEM Community Blog Seeding - Adobe Experience Manager 08-06-2022
HI @kautuk_sahni , Facing a issue while installing workfront connector package in AEM as a Cloud env. Trying to enable workfront enhanced connector for AEM, We are following instructions as stated in documentation here --- https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/integrations/workfront-connector-install.html?lang=en. But encountering the error in cloud pipeline, pls note that local SDK build on developer machine goes fine successfully. Pipeline fail...

Views

81

Like

1

Replies

0
Re: how to configure in dispatcher level ".model.json" in should allow on DNS domain as well - Adobe Experience Manager 12-05-2022
# to allow model.json for react/0064 { /type "allow" /path "/content//*" /method "GET" /selectors "model" /extension "json" } pls change project name and rule number *(/0064) accordingly and try

Views

130

Like

1

Replies

0
Re: how to configure in dispatcher level ".model.json" in should allow on DNS domain as well - Adobe Experience Manager 12-05-2022
Check webserver and dispatcher logs, you should get an idea where request is getting blocked.Most probably you dont have a rule to allow these at dispatcher filter.

Views

166

Likes

0

Replies

2
Re: AEM Headless content Delivery via GraphQL - Adobe Experience Manager 12-05-2022
thanks for your response ,a) - Is not requirement because exposing only CF individually will have no info about its placement on resulting pageb) experience fragments are not meant to be exposed via GraphQL api as far as I know.c) This could have been an option, although graphQL does not work with page/component export as of now , only CFs can be exported with GraphQL.But this would mean we use components and whenever an additional authoring field is needed to be added, we have to have developme...

Views

119

Like

1

Replies

0
AEM Headless content Delivery via GraphQL - Adobe Experience Manager 12-05-2022
Hello All,I am currently trying to enable AEM headless delivery approach and this would need to be totally decoupled i.e. front-end app resides totally out of AEM (No AEM SPA ) Recommendation seems to be to use GraphQL and Content Fragments, however I have a question:How would page assembly be controlled by Authors in such a case, i,e. the way authors are able to decide which component should go first on page and which after that - meaning maintaining page structure? Thanks in advance.@Jörg_Hoh@...

Views

163

Likes

0

Replies

3
applying sling filter to GraphQL endpoint - Adobe Experience Manager 05-05-2022
i am trying to apply a sling filter to filter requests coming to /content/cq:graphql/global/endpoint.json because I want to add few fields to the json response.But my filter is not getting invoked when I send a POST request to the graphql endpoint.anybody tried doing so?or any pointers?

Views

81

Likes

0

Replies

1
GraphQL content fragment response customize additional fields - Adobe Experience Manager 25-04-2022
By default , graph QL query for a content fragment and an ImageReference inside content fragment gives _author_url and _publish_url.How can we either customize either the publish URL to give scene7 urls for images or add an additional field in there?

Views

60

Likes

0

Replies

0