vmware-archive/vcd-ext-samples

Duplicity of plugin names in VCD when upload more than one plugin.zip (seed plugin)

Closed this issue · 3 comments

Hi, I have tried to figure out how to not duplicate plugin names into VCD UI menu (hamburguer menu).

I could upload and use only one plugin, but when I upload a second one, I see two plugins with the same name into the VCD UI menu (hamburguer menu). How can I work with different seed plugin with uniqueness?

Thanks

In your i18n.json file try giving the keys unique names. Instead of both being nav.label, if one is plugin1.nav.label and the other is plugin2.nav.label the duplicity should be resolved.

Please refer to our documentation https://vmware.github.io/vcd-ext-sdk/ if you need more info.