Extending Comments Component (Issue with customizing comments.hbs)
Hello All,
I have been able to use the extended comments component based on Extend Comments Component. The changes I made locally was to rename it to 'my_comments' instead of 'comments' and replace it in referenced paths. Also I updated the 'slingResourceSuperType' to "social/commons/components/hbs/comments" instead of "social/commons/components/comments" because it wasn't displaying the component at all.
Once I extended it and being able to make comments, I tried next to edit some basic behaviors like for example in my 'comments.hbs' I tried to add a text "custom" before the main div. It should display it but I donot see the change. It seems nothing I change in the extended component's hbs is picked up.
To actually see any change I tried to overlay the comments component and then I was able to edit my overlayed component and see the changes. If someone has tried the sample zip for extending the comments component is the behavior common?
Thanks...