You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: