


While overlying a custom component how to hide the particular node(children)
Use below property
Please check
yeah thank you,
What if we want to hide the particular field.
Views
Replies
Sign in to like this content
Total Likes
Hi,
what do you mean by field? could you please explain more with screenshot.
You have following options to hide field(resource / child nodes) and properties.
The resource merger provides the following properties:
Views
Replies
Sign in to like this content
Total Likes
Hello Arun,
While inheriting a custom component, if we dont want the particlular field(Example: Some Image Field is not neccessary but all other fields we need). Then how to hide that particular image field.
Views
Replies
Sign in to like this content
Total Likes
Are you using sling:resourceSuperType or overlay(copy nodes from libs to apps)?
If you are using overlay then just just add property sling:hideChildren = childnodepath
There is another way to show or hide field using granite:renderCondition
Render Condition — Granite UI 1.0 documentation
Views
Replies
Sign in to like this content
Total Likes
As mentioned by Arun Patidar , just adding property sling:hideResource="{Boolean}true" in that overlayed field will help you to hide it. It works fine for me !!!