I am trying to customize Teamsite UI (not CC professional).I am trying to add new customized menu item.
I tried making changes in customer.xml(default/wcmweb/toolkit/teamsite/customer_src/etc/conf/ui/custom/customer.xml).But the changes are not getting reflected.Below is my code in customer.xml.And also find the below attachment for reference.
<?xml version="1.0" encoding="UTF-8"?>
<iw-ui>
<menu configId="iw.cc.modules.favorites.grid.menu">
<iwov-insert-before configId="_iw.cc.grid.preview.menuItem">
<menuItem configId="cu.alertMenuItem" text="Test"
handler="function(){
alert('hello there');
}"/>
</iwov-insert-before>
</menu>
</iw-ui>