numaxlab / nova-ckeditor5-classic

A Laravel Nova CKEditor5 Classic Field.
MIT License
39 stars 41 forks source link

Translable field with images not storing images #23

Open vadimcasap opened 3 years ago

vadimcasap commented 3 years ago

Hi, i have a problem with storing images on a translable field ! CKEditor5Classic::make('body')->withFiles('public' , "posts")->translable() P.S the second parameter is not used on the withFiles Method.

I tried also the option to create editors additionally CKEditor5Classic::make('body.ro')->withFiles('public')->hideWhenCreating()->hideWhenUpdating()->hideFromDetail(), CKEditor5Classic::make('body.ru')->withFiles('public')->hideWhenCreating()->hideWhenUpdating()->hideFromDetail(),

but this is not working.

Do you have any suggestions on how to solve this translation issue? I updated the package to the latest version Nova version: v3.23.2