Skip to content
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
vadimcasap opened this issue Jun 1, 2021 · 0 comments
Open

Translable field with images not storing images #23

vadimcasap opened this issue Jun 1, 2021 · 0 comments

Comments

@vadimcasap
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant