Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 445 Bytes

File metadata and controls

19 lines (14 loc) · 445 Bytes
  1. Add configuration under the twig.form_themes config key:
# Symfony 2/3: app/config/config.yml
# Symfony 4: config/packages/twig.yaml

twig:
    form_themes:
        - '@BitBagSyliusCmsPlugin/Widget/_trixWidget.html.twig'
  1. Add the file config/packages/bitbag_sylius_cms_plugin.yaml (if it doesn't exist) and add the following configuration:
bit_bag_sylius_cms:
    wysiwyg_editor: trix
  1. Run yarn add trix