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

TB3dock
TB3dock
Online

Badges

Badges
33

Accepted Solutions

Accepted Solutions
8

Likes Received

Likes Received
91

Posts

Posts
312

Discussions

Discussions
80

Questions

Questions
228

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by TB3dock
Customize the badges you want to showcase on your profile
How to enable graphql? - Adobe Experience Manager 24-03-2021
We created a content fragment model, "bonus", and a content fragment from this model ("mybonus") We have a graphql client and are trying to get it to return the fields of mybonus. This document: says To enable GraphQL queries in AEM, create an endpoint at /content/cq:graphql/global/endpoint:Nodes cq:graphql and global must be of type sling:Folder How do we do this? It then talks about "additional configuration" below: Additional configurations are required:Dispatcher:To allow required URLsMandat...

Views

513

Likes

0

Replies

2
How to render/style a content fragment (i.e. not using the plain text Content Fragment Component) - Adobe Experience Manager 24-03-2021
If you create a page, and drop in content fragment where you would drop in a component, it just creates a text version of the content fragment model.If the model contains say title, image, description, reference, category, all these get dumped as plain text on the page.Presumably, there is a way we can create a template/component which can take some of these fields, and lay them out and style them?I have not been able to find any information on this (i.e. rendering a content fragment with a layo...

Views

340

Likes

0

Replies

3
Re: Content Fragment Model Editor not working: there are... - Adobe Experience Manager 24-03-2021
Hi, I am logged in as admin unfortunately. Its a local aem instance with the aem-project-archetype done from https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-setup.html?lang=en#build

Views

599

Likes

0

Replies

0
Re: Content Fragment Model Editor not working: there are... - Adobe Experience Manager 24-03-2021
24.03.2021 12:13:33.000 *INFO* [FelixLogListener] org.apache.sling.event Service [QueueMBean for queue Reference Update Processing Queue,5057, [org.apache.sling.event.jobs.jmx.StatisticsMBean]] ServiceEvent UNREGISTERING 24.03.2021 12:17:25.695 *ERROR* [[0:0:0:0:0:0:0:1] [1616584645658] GET /mnt/overlay/dam/cfm/models/editor/content/editor.html%2Fconf%2Fwknd%2Fswh_config%2Fsettings%2Fdam%2Fcfm%2Fmodels%2Fbonus HTTP/1.1] libs.dam.cfm.models.editor.components.formbuilder.formbuilder__002e__jsp The...

Views

616

Likes

0

Replies

0
How to create a content fragment model in code? - Adobe Experience Manager 24-03-2021
There are tutorials showing how to create a content fragment model via the web UI. This is of little use, as this will exist only on a developers local instance. We need a way to create content fragment models in our projects repository, so that we can build and deploy it to all our environments, and so that other developers get the model when they checkout the code from git and build / install? We have the same issue with page template types. Any ideas?

Views

237

Likes

0

Replies

1
Content Fragment Model Editor not working: there are no fields to add? - Adobe Experience Manager 24-03-2021
We are trying to create a content fragments. This is somewhat complicated.First you have to enable users permissions, then create configurations, then under configurations, you can create a content fragment model. However, when you try to edit the content fragment model, in order to specify some fields, its blank. We are following these instructions: https://experienceleague.adobe.com/docs/experience-manager-64/assets/fragments/content-fragments-models.html?lang=en#deleting-a-content-fragment-mo...

Views

639

Likes

0

Replies

5
Re: graphql and content fragments - Adobe Experience Manager 24-03-2021
Thanks for the thoughts. interestingly, content fragments seem to have a major issue, that their images are not responsive. https://github.com/adobe/aem-core-wcm-components/issues/728. This would prevent us using them unfortunately.

Views

313

Likes

0

Replies

0
graphql and content fragments - Adobe Experience Manager 23-03-2021
If a site has say 500 game info pages, all using the same page template, all with the same layout, and all with the same the same properties (title, short description, game Id, game type, game large image, game small image etc), it would be great if a front end app could query a subset of these, e.g. to show small image and short description for games of a particular type. This could be done with a custom sling servlet, but the params, search query and response fields would be hard coded. We und...

Views

341

Likes

0

Replies

2
Best practice for creating APIs in AEM - Adobe Experience Manager 22-03-2021
In Java projects, one would usually use spring boot, and generate versioned apis from annotated controllers and models and use swagger to test/document. APIs would include customer login, registration, edit details, get order history etc. Some calls search and return content, e.g using sql2 and some will hit back ends behind aem. They would use Json. while we could hand write servlets which manually unmarshal and marshal request and response objects, this would be like going back to the 80s. Doe...

Views

311

Likes

0

Replies

2
Re: querybuilder basic question - Adobe Experience Manager 22-03-2021
Very useful, thanks! that index.jsp link you suggest gives Unable to retrieve node type manager probably due to insufficiant rights. Please login as a more priviledged user. javax.jcr.AccessDeniedException: Root node is not accessible. Currently Im logged in as admin.

Views

385

Likes

0

Replies

0