rabble / preview-bundle
Adds a preview to the content section when editing or creating a page in the content bundle.
Installs: 37
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- rabble/content-bundle: *
This package is auto-updated.
Last update: 2025-03-26 00:23:34 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], ]