Replies: 1 comment 1 reply
-
|
@ghost did you figure out a solution? |
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.
-
Description
Additional preview targets are a great feature, but how to set it up for multi-language site with different target URIs?
For example you have a news archive section (single) set up like this:
and want that to be a preview target for the news entries. That would require different target URL formats for every site.
Maybe you can work around with a complex URL format like
{{object.section.handle == 'en' ? 'news' : 'nachrichten'}}(untested), but it would be better to have a third column specifying the sites (all/specific) where the preview target should be used.Additional info
Beta Was this translation helpful? Give feedback.
All reactions