Strapi plugin logo for Content Type Grouping

Content Type Grouping

Allows to group the content-types in content manager sidebar

thumbnail for Content Type Grouping

Strapi Plugin: content-groups

Customize the Content Manager sidebar in Strapi by grouping your Content Types.

⚠️ Experimental plugin using plain JavaScript injected after page load. Behavior may vary across different Strapi versions.

alt text

✨ Features

  • Organize your Content Types into custom groups.
  • Cleaner and more intuitive sidebar in the Content Manager.
  • Zero config required in the Strapi admin panel.
  • Lightweight and non-intrusive.

🛠️ Installation

npm install strapi-plugin-content-groups

Or if using yarn:

yarn add strapi-plugin-content-groups

⚙️ Configuration The custom groups can be configured in admin -> settings -> custom groups configs.

🚧 Limitations Uses plain JavaScript to manipulate the DOM after admin panel load.

Not officially supported by Strapi and may break with future updates.

Tested on Strapi v4.x; compatibility with other versions is not guaranteed.

🧪 Development Notes This plugin does not use Strapi’s official plugin API for admin panel extensions. Instead, it waits for the page to load and rearranges the sidebar items by modifying the DOM directly.

This method is fragile but provides a quick way to improve content organization until native grouping is supported.

Enjoy a cleaner sidebar — even if it's duct-taped together. 😉

Install now

npm install strapi-plugin-content-groups

STATS

No GitHub star yet35 weekly downloads

Last updated

25 days ago

Strapi Version

4.0.0 and above

Author

github profile image for NewProWeb
NewProWeb

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.