fos_ckeditor.yaml 572 B

1234567891011121314
  1. # Read the documentation: https://symfony.com/doc/current/bundles/FOSCKEditorBundle/index.html
  2. twig:
  3. form_themes:
  4. - '@FOSCKEditor/Form/ckeditor_widget.html.twig'
  5. fos_ck_editor:
  6. default_config: my_standart
  7. configs:
  8. my_standart:
  9. toolbar: "my_standart"
  10. toolbars:
  11. configs:
  12. my_standart: [["Source", "-", "Bold", "Italic", "Link", "Unlink", "Anchor", "Table", "NumberedList", "BulletedList", "-", "TextColor", "BGColor", "-", "RemoveFormat", "-", 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']]