Hi
I have created two extensions (perspectives) in 11.0.5 and also a custom folder button on the navigation bar. I want this button to appear in both the perspectives I created but not others. Right now in spec.json I only see the ability to assign to single perspective and not multiple. Did anyone face such a need? Any solutions anyone can think of?
Thanks
Kiran
Hi,
Did you try to declare multiple perspectives in your json file?
Something like that:
"perspective": ["perspective1","perspective2"]
Yes, I did. But that didn't work. The extension doesn't appear at all.
Thanks,
Kiran