Hi, do you recommend some approach for shared image gallery for multilanguage page? I do in a page blueprint:
header.photos:
type: file
label: Photos
destination: '@self'
multiple: true
limit: 0
accept:
- image/*
Which isnt shared across language versions. I might do page.media.images
instead of my custom field page.header.photos
but
- I need to display only some specific images per gallery (ie.: photos and/or illustrations
- it wouldn’t be shared (visible) in admin anyway.
Thanks for any hint!