Skip to content

Commit

Permalink
Task: add quill
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 committed Dec 4, 2024
1 parent 026442f commit 51f8d4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand All @@ -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],
Expand Down
1 change: 1 addition & 0 deletions templates/snippets/standard-teaser.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
pimcore_wysiwyg('text' ~ suffix, {
height: 100,
enterMode: 2,
theme: "bubble"
})
}}
</p>
Expand Down

0 comments on commit 51f8d4d

Please sign in to comment.