Replies: 4 comments 6 replies
|
Did you use the migrator? |
2 replies
|
We do migrate focal points, etc. Could you upload your |
0 replies
|
@jesseleite it has a bunch of customer-specific info. what can I look for? |
1 reply
|
yep its there. ok, I'll dig into this. |
3 replies
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.
Moving a pretty good-sized site statamic 2 site to v3. While some parts have been easier, others have been challenging like this one. For reference I am using s3 for images.
In v2 in my assets.yml file I have:
filename.jpg:
caption: 'Caption text here'
focus: 40-60
In v3 I have:
If I go into CP and add a caption and focal point, the meta saves. I assume its saving images/.meta/filename.jpg in the s3 bucket.
The issue is I have hundreds of images that now have no captions, focal points or any meta at all.
What can I do to migrate that meta content into my v3 build?
All reactions