When should we use embed and when to use dependencies in Clientlibs. Which one is better? Can someone please answer this in simple terms and some real time scenarios to understand the same?
Hi @anirudhanand,
Can you try to add this code resourceResolverfactory.getserviceresourceresolver(param) inside your util class only and whenever you need resolver inside your listener, you can call that method directly and get the resolver.
Thanks
Shivam
Hi All, Thanks for all the response. I have found the solution for it.
Inside design folder, we can define following properties to get component in our responsive grid, By doing that, we don't have to manually add our component in design mode.
@TarunKumar Thanks for replying. For a single component to add, it will work, but I want to add a parsys and then need to restrict that particular component.
Hello @Jagadeesh_Prakash, Thanks for replying. The article you mentioned is more focused on editable template and it does not tell about adding policy to add particular component from parsys.
Hi, I have a requirement to allow particular component inside Parsys for Static Template. How can we achieve this?
Whenever we create a page based on that template, it should allow to add that particular component in Parsys in edit mode.