I can add admin menu sub items by adding menu provider and controller files in CMS project but i wanted to do it using plugin.
As plugin, your code can implement IMenuProvider and add required menu items.
IMenuProvider
I can add admin menu sub items by adding menu provider and controller files in CMS project but i wanted to do it using plugin.