filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
19.4k stars 2.97k forks source link

Add disable grammarly #14416

Closed sohailahmad07 closed 1 month ago

sohailahmad07 commented 1 month ago

Description

There was an issue with the rich editor It would not let you upload an image if Grammarly Browser extension is Enabled so i add a new method to disableGrammarly() that add the below attributes to trix editor to disable Grammarly

 data-gramm="false"
 data-gramm_editor="false"
 data-enable-grammarly="false"

PS i tried to test this locally before create a pull requested but when i tried to installed filament using my local repo i get the error more about the issue here

https://github.com/filamentphp/filament/discussions/14415

Functional changes