Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuillJs bundle by CWS

Configuration

composer require creative-web-solution/cws-quilljs-bundle

Add this line on bundles.php:

Cws\Bundle\QuillJsBundle\CwsQuillJsBundle::class => ['all' => true],

Create cws_quill_js.yaml into config/packages:

cws_quill_js:
    enabled: true
    toolbar:
        - ['bold', 'italic', 'underline', 'strike']
        - [{'list': 'ordered'}, {'list': 'bullet'}]
        - ['link']
        - ['clean']

It's done.

About

Add Quill js on form

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages