-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make reference tags localizable #2956
Comments
Lots of other issues would be fixed with this. While Craft core is concerned, it may be fair to consider this an "enhancement", but the resulting behavior from other plugins (e.g. Redactor) seems pretty buggy/broken:
|
I would like this feature – we sometimes need to insert links to pages from another locale (eg. "Click here to read this article in another language") and when saving these links, they get rewritten back to the original site. I'm also not sure if this is related, but it seems that when I use the "Link to an entry" dialog from Redactor, switching sites/locales seems to have no effect on the content: If I view that same section via the Entries panel, I see: (eg. those entries are definitely different between locales) |
@mattandrews Correct, the site dropdown is broken in the @brandonkelly @andris-sevcenko is there a plan to address this (3.x vs 4.x)? It is marked as a feature here, but it could resolve actual bugs in https://github.com/craftcms/redactor that have been around for a while now. See: |
@mattandrews is that the same bug I've? |
Added for the next 3.2 Alpha release, using the |
Incredible! Thanks so much 😀 |
It should be possible to specify a site handle in a reference tag, so the element gets queried for the specified site.
Especially useful when storing a link to an entry for a specific site (e.g. #2945).
Possible syntax:
{entry:123@siteHandle:url}
.The text was updated successfully, but these errors were encountered: