Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
Hello All,
I am trying to view the components and templates that have been used in a live AEM page but I am not able to find it?
Can someone help me on how to find the template and the components used on the page? I am trying to view it using the "Inspect" tab in the Chrome Devtools since I do not have any access to any AEM development platform or author instance or publish instance
¡Resuelto! Ir a solución.
Vistas
Respuestas
Total de me gusta
If you do not have access to the authoring instance (or the source code of that project), it is normally impossible to find out details of the templates and components. You can start guessing on details of the HTML markup, but that's it.
Vistas
Respuestas
Total de me gusta
@saikumar_loganathan,
There's a number of ways on how you can get the page structure details from your AEM production site:
There's nothing new here, but utilising Sling's default JSON rendering, and with Adobe core page components, the utilising Sling Model's default exporter, the Jackson exporter.
I hope this helps.
Vistas
Respuestas
Total de me gusta
If you do not have access to the authoring instance (or the source code of that project), it is normally impossible to find out details of the templates and components. You can start guessing on details of the HTML markup, but that's it.
Vistas
Respuestas
Total de me gusta
Vistas
me gusta
Respuestas