Question

I am constantly writing custom WebParts but after I deploy them, they always get added to the "Miscellaneous" category. How do I add a WebPart to a specific category?

The category that I am referring to here is the one we see in the "Add Web Parts..." pop up, which is activated when the "Add a Web Part" is clicked on a zone.

Thanks

Was it helpful?

Solution

You need to update your web part manifest file and add the following:

<property Name="Group" Value="Custom" />

Follow the instructions here for details.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top