diff --git a/composer.json b/composer.json index cacd4583..fb1d2d4f 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,7 @@ "pimcore/ecommerce-framework-bundle": "*", "pimcore/web-to-print-bundle": "*", "pimcore/newsletter-bundle": "*", + "pimcore/quill-bundle": "*", "symfony/runtime": "^6.2", "symfony/intl": "^6.2", "symfony/dotenv": "^6.2", diff --git a/config/bundles.php b/config/bundles.php index 244c326a..f5dc9a11 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -20,7 +20,7 @@ use Pimcore\Bundle\CustomReportsBundle\PimcoreCustomReportsBundle; use Pimcore\Bundle\ApplicationLoggerBundle\PimcoreApplicationLoggerBundle; use Pimcore\Bundle\PersonalizationBundle\PimcorePersonalizationBundle; -use Pimcore\Bundle\TinymceBundle\PimcoreTinymceBundle; +use Pimcore\Bundle\QuillBundle\PimcoreQuillBundle; use Pimcore\Bundle\GenericExecutionEngineBundle\PimcoreGenericExecutionEngineBundle; return [ @@ -40,7 +40,7 @@ PimcoreGoogleMarketingBundle::class => ['all' => true], PimcoreApplicationLoggerBundle::class => ['all' => true], PimcoreWebToPrintBundle::class => ['all' => true], - PimcoreTinymceBundle::class => ['all' => true], + PimcoreQuillBundle::class => ['all' => true], PimcoreStaticRoutesBundle::class => ['all' => true], PimcoreNewsletterBundle::class => ['all' => true], PimcoreWordExportBundle::class => ['all' => true], diff --git a/templates/snippets/standard-teaser.html.twig b/templates/snippets/standard-teaser.html.twig index 14b9c768..31e97a1e 100644 --- a/templates/snippets/standard-teaser.html.twig +++ b/templates/snippets/standard-teaser.html.twig @@ -24,9 +24,10 @@

{{ pimcore_input('title' ~ suffix) }}

{{ - pimcore_wysiwyg('text' ~ suffix, { + pimcore_wysiwyg('text' ~ suffix, { height: 100, enterMode: 2, + theme: "bubble" }) }}