Question
How do I add a custom group to a cPanel plugin?
Answer
You will need to edit the install.json file to add the custom group:
{
"name" : "Custom Group",
"order" : 11,
"type" : "group",
"id" : "my_plugins",
},
This snippet would create a group named Custom Group.
Related documentation: