Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Component not showing up in page but available under jcr node

Avatar

Level 1

Hi All,

We have created an editable template and baked in some components into it and JCR node structure looks like this.

1851164_pastedImage_1.png

but i have removed all the baked in components from code and delployed it... but already authored components under root is not showing up in page.. only components present in responsive grid are available.

please let me know if there any specification that components will only show up if it is under parsys/grid/responsive grid.

let me know incase of any details required.

Thanks & regards,

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

If you are updating the structure of the template then all the pages(existing & new) will have the impact.

If you change the initial content of the template then only new pages will have the affect.



Arun Patidar

View solution in original post

5 Replies

Avatar

Community Advisor

Yes node should be under responsive grid

Avatar

Level 1

My root node also have resourceType as responsiveGrid.. not sure what i am missing!!

Avatar

Level 2

Have you defined the edit config and dialog? If so there is something wrong with dialog structure. You can still see the component structure in content tree in the left content finder. Check there first.

Avatar

Employee

In order to be able to select a component and drag and drop it, the component must have a dialog.

Components do not have to be under parsys/grid/responsive, whenever you are creating a template, you can put a component outside of a parsys or a layout container.

"but already authored components under root is not showing up in page." - do you see any error in a log or in browser's dev tool? Do components have some dependencies  (a core/proxy component, a sling model etc) that are not deployed yet and hence it causes a rendition failure?

Avatar

Correct answer by
Community Advisor

If you are updating the structure of the template then all the pages(existing & new) will have the impact.

If you change the initial content of the template then only new pages will have the affect.



Arun Patidar