Replies: 1 comment 1 reply
-
@XIOLog it seems that it is just encoded JSON (array with custom properties is encoded using json_encode function) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I have a trouble.
I use
"spatie/laravel-medialibrary": "^9.7"
I have an array $image.
There is nothing wrong with this array.
But when I save the image to the media table, I get the wrong save data ($image['title']) in "custom_properties"
I couldn't find anything in the config.
Beta Was this translation helpful? Give feedback.
All reactions