pp_01
7 years agoMentor
Changing or appending content of a OOB component.
Hey all.
Is there any way through which an OOB Components content can be changed or appended. I know @override but I suppose that is used for changing the whole component and not just a part of it.
My requirement is basically to append the title of an OOB component and I think there is way it can be done through jQuery, I'm not sure though. But my question is can an OOB component's content be manipulated through Freeemarker as well? Or is there any API call through which I can get the content (title) of that component and then manipulate it? If yes what will be the best way to do it. It will be great if anyone can explain through a snippet. Thanks in advance.