Hi
i need to disable only in BBB cabinet, if i customize custom/app.xml
<dragdrop>
<enabled> false </false>
</dragdrop>
It is disabling for other cabinets also........
I need to disable only in BBB Cabinet..
And i tried with
<scope type="dm_folder" location"/BBB">
<dragdrop>
<enabled> false </false>
</dragdrop>
</scope>
This also not working
Pl help me