Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant