-
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
Hi,
on a field Markdown with upload file allowed :
Translatable::make([
Markdown::make('Description')
->alwaysShow()
->withFiles('s3')
->rules(['required']),
]),
The url to the upload return a 404 as the end of the URI is for example : field-attachment/translations_description_en
Without translatable it works as the end of the URI is : field-attachment/description
How this can be solved ?
Best regards
Metadata
Metadata
Assignees
Labels
No labels