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
I have a Hyper link field with multiple links enabled but the links saved in 1 site do not get propagated to the others sites resulting in my Hyper field i'm using for my main navigation is out of sync between two sites/languages.
So my Hyper field is set to multiple links enabled and my translation method is set to Translate for each site, as I want to be able to translate the Link Text on a per site/language basis. The only way to make the links sync between the sites is to choose another translation method, for example translate for each site group or do not translate but then I cannot change the Link Text on a per site basis.
I've made a video to help understand the problem.
hyper-links-not-propagated.mp4
Steps to reproduce
Create a Multi site/language Craft CMS setup
Create a Hyper link field with multiple links enable
Set the translation method to Translate for each site
Add links in site A
Confirm they are not saved in the links in site B
Craft CMS version
Craft Pro 5.5.5
Plugin version
2.2.1
Multi-site?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered:
I was struggling to reproduce this one, but I think I've figured out the steps as per your video now.
However, this is a tricky one to cater for. Unlike the similar behaviour with Matrix, where each block is an element, knowing how to handle new links is a little tricky. We need to know if they're new in order to propagate them.
I'm looking into adding a flag for this when you create those links, there's just some complications with regard to saving these values. For example, what if the other site links have a different collection of links? There's no guarantee they're in the some order, the same amount or even the same links. Not to mention, we don't treat each link individually (e.g. we don't save them like Matrix elements), so we'll have to add handling for that.
Describe the bug
I have a Hyper link field with multiple links enabled but the links saved in 1 site do not get propagated to the others sites resulting in my Hyper field i'm using for my main navigation is out of sync between two sites/languages.
So my Hyper field is set to multiple links enabled and my translation method is set to Translate for each site, as I want to be able to translate the Link Text on a per site/language basis. The only way to make the links sync between the sites is to choose another translation method, for example translate for each site group or do not translate but then I cannot change the Link Text on a per site basis.
I've made a video to help understand the problem.
hyper-links-not-propagated.mp4
Steps to reproduce
Craft CMS version
Craft Pro 5.5.5
Plugin version
2.2.1
Multi-site?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered: