Adds a preview to the content section when editing or creating a page in the content bundle.
Install the bundle by running
composer require rabble/preview-bundleAdd the following class to your config/bundles.php file:
return [
...
Rabble\PreviewBundle\RabblePreviewBundle::class => ['all' => true],
]