- Add configuration under the
twig.form_themesconfig key:
# Symfony 2/3: app/config/config.yml
# Symfony 4: config/packages/twig.yaml
twig:
form_themes:
- '@BitBagSyliusCmsPlugin/Widget/_trixWidget.html.twig'- 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- Run
yarn add trix