Hi,
i created a component X, X resource super type is "tabs" core component
in my X component dialog we created few tabs and fields like item,properties, accesblity
but if you see in image first items tab is coming from superType , this is happening in one of the environemnt
in remaining other environments i can see the tabs only which we created from X dialog
now how to avoid this "items" tab in this one of the environement
we tried deleting the entire component and reinstalled but still same issue
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @user96222
You can hide the tab which is coming from parent resources
sling:hideResource
( Boolean
)
Indicates whether the resources should be completely hidden, including its children.
There are other options to hide th e subpath(tab): https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/sling-resource-mer...
Hi @user96222 , Can you check the core components version in the environment which has issue and update it accordingly to the one that you are having across other environments.
Thanks,
Krishna
@krishna_sai @aanchal-sikka
the env which im facing issue , i can see core component difference like the "item" tab is present in this environment so issue is coming
in other environmnet , this tab is not there, so it is working fine
all env component version is same.
now how i can find which version of all core components is there in my env or which package is responsible to get update of core component or which dependcy?
is it core.wcm.component.content?
all env has same version.
path:/apps/core/wcm/components/tabs/v1/tabs/cq:dialog/content/items/tabs/items/tabitems
"tabitems" is extra
Please compare this with /libs.
It appears someone has extended the component and added an extra node in /apps
Please verify all the instances. Is there a version mismatch?
If yes, adapt code as per the latest AEMaaCS version. Use latest AEM SDK for local development.
Hi @user96222
You can hide the tab which is coming from parent resources
sling:hideResource
( Boolean
)
Indicates whether the resources should be completely hidden, including its children.
There are other options to hide th e subpath(tab): https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/sling-resource-mer...
Views
Likes
Replies
Views
Likes
Replies