rabble / preview-bundle
Adds a preview to the content section when editing or creating a page in the content bundle.
Package info
github.com/Rabble-Rocks/rabble-preview-bundle
Type:symfony-bundle
pkg:composer/rabble/preview-bundle
dev-master / 1.0.x-dev
2021-07-25 15:52 UTC
Requires
- php: ^7.4 || ^8.0
- rabble/content-bundle: *
This package is auto-updated.
Last update: 2026-02-26 02:21:09 UTC
README
Adds a preview to the content section when editing or creating a page in the content bundle.
Installation
Install the bundle by running
composer require rabble/preview-bundle
Add the following class to your config/bundles.php file:
return [ ... Rabble\PreviewBundle\RabblePreviewBundle::class => ['all' => true], ]