https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/s...
Used this tutorial to create project .
I am unable to understand why we are able to drag drop only spa component on home page.
why we are not able to drag drop normal aem component
Solved! Go to Solution.
Views
Replies
Total Likes
The SPA Editor is an AEM-provided solution for React and Angular applications to integrate directly with AEM with in-context editing.
This is typically used when,
The SPA archetype is designed for such use cases, if you need to use normal components you would need to alter your project structure to a normal one and add additional features to include react via webpack and have your react components map to AEM components via data attributes.
@aniketp1012 Just curious did you edited page templates to modify content/page policy to allow the regular components?
If not check this tutorial to help with
Let me know if this works or share more details of your implementation.
The SPA Editor is an AEM-provided solution for React and Angular applications to integrate directly with AEM with in-context editing.
This is typically used when,
The SPA archetype is designed for such use cases, if you need to use normal components you would need to alter your project structure to a normal one and add additional features to include react via webpack and have your react components map to AEM components via data attributes.
Do you have any sample for this
@aniketp1012 Currently I don't have a sample,however, you can check this https://github.com/arunpatidar02/AdaptTo2019
shared earlier for a similar query.
Views
Likes
Replies