Quill Inline styles #1284
Replies: 3 comments 1 reply
-
Hey @michaeljcoyne, you can customize the built-in configuration for Quill. This can be done as part of a custom build script, before running the cp resources/assets/js/libs/Quill/QuillConfiguration.js vendor/area17/twill/frontend/js/libs/Quill/
php artisan twill:build This workflow will surely be improved in the near future. |
Beta Was this translation helpful? Give feedback.
-
Hi Patrick, thank you. I tried that, putting in my "twill-build" script and running php artisan twill:build. However the file is not copied across. Any Ideas why?
|
Beta Was this translation helpful? Give feedback.
-
Hi Patrick so basically you are saying to override vendor files? And run that bash each time I do an update? As all that command does is save you typing it. I would have thought hooking in via the build command or other php override like event, or just a config file. Might be easier to just build a custom block and choose my editor which looks possible. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Is there away to enable inline styles via config for quill?
https://quilljs.com/guides/how-to-customize-quill/#class-vs-inline
Beta Was this translation helpful? Give feedback.
All reactions