adobe / aem-spa-project-core

Contains abstraction for core Adobe Experience Manager and Single Page Application interface, the page.
Apache License 2.0
29 stars 29 forks source link

Adding HierarchyNodeExporter to fix XF's not being editable #35

Closed niekraaijmakers closed 3 years ago

niekraaijmakers commented 3 years ago

This fixes the XF page not being editable in the site admin for SPA pages.

habansal commented 3 years ago

@niekraaijmakers Can u please explain why HierarchyNodeExporter is required ?

niekraaijmakers commented 3 years ago

the WCM editor requires “:hierarchyType”:“page” to be there in the model JSON for some reason. without it, the experience fragment editor in SPA context won’t start without that property for some reason.. why I don’t know exactly