amidesfahani / filament-tinyeditor

a TineMce editor for Laravel Filament Forms
MIT License
46 stars 17 forks source link

Image Classes Error in Uploading Image #62

Closed hammad-somnowell closed 3 weeks ago

hammad-somnowell commented 4 weeks ago

image

Got this error on uploading an image.

No Classes are available in the image upload box to select.

No error in the console.

aaykacc commented 4 weeks ago

Hi, I have same issue. Is there any solution?

amidesfahani commented 4 weeks ago

I will check this.

KareemJaper commented 3 weeks ago

Hello, I have the same error while uploading image

hammad-somnowell commented 3 weeks ago

Using the following plugin solved my issue. Link: https://filamentphp.com/plugins/mohamedsabil83-tinyeditor

KareemJaper commented 3 weeks ago

Using the following plugin solved my issue. Link: https://filamentphp.com/plugins/mohamedsabil83-tinyeditor On Sun, 25 Aug 2024, 8:21 am Kareem Gaber, @.> wrote: Hello, I have the same error while uploading image — Reply to this email directly, view it on GitHub <#62 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BJD3SO3O6QPLPNJRA7I5GATZTFETVAVCNFSM6AAAAABMZERDR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBYGYZTONBZG4 . You are receiving this because you authored the thread.Message ID: @.>

Thank you, I will try it

amidesfahani commented 3 weeks ago

Solved in next version

amidesfahani commented 3 weeks ago

https://github.com/amidesfahani/filament-tinyeditor/releases/tag/v2.0.7

KareemJaper commented 3 weeks ago

https://github.com/amidesfahani/filament-tinyeditor/releases/tag/v2.0.7

Thank you! I figured out that I needed to set the image_class_list, and after doing that, everything worked fine. Now, I'm planning to upgrade to the new release.

aaykacc commented 2 weeks ago

image_class_list

how set the image_class_list?