Rendercondition to render a component cq:dialog field specific to a template
I'm encountering an issue with rendering a component field that's specific to a template.
For instance, let's consider a text component with fields for Eyebrow, Title, and Description. Now, I've added a new field called Bio Detail to the text component.
My goal is to hide the Bio Detail field on templates other than the Bio Page Template. Additionally, on the Bio Page Template, I want to hide all other fields of the text component except for Bio Detail.
Note :- I am using jsp for render condition.