How to add new screen like setting using my custom plugin?

Hello Team,

I’m new to this can anyone help to add a new screen like setting page in my custom plugin.

Like i want a new page with same plugin i created a setting page by plugin.json so, i want to create a new page LISTING and show some data there.

I need to edit plugin.json or i need to useing something else to show that info.

Thanks

Hi and welcome to the Mattermost forums!

What do you mean with “setting page”? A screen with configurable options in the system console of the mattermost server the plugin is running at or a screen that pops up when you type a command or click on some GUI element?

You should be able to find both things in the code of the badges plugin, f.ex., since it opens dialogs on slash commands, has a custom plugin setting page and also an entry in the appbar on the right to show the available badges.