This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Translable field with images not storing images #23
Open
Description
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
Metadata
Assignees
Labels
No labels
Activity