The content bundle is for managing content within Rabble. You can add content types using Symfony configuration files.
Install the bundle by running
composer require rabble/content-bundleAdd the following class to your config/bundles.php file:
return [
...
Rabble\ContentBundle\RabbleContentBundle::class => ['all' => true],
]