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
Let's assume I have a page with upcoming art events. From the page structure i have
Event Name
Event Description
List of Event-Dates
Now if i localize that page, i translate Event Name and Event Description. But I want to have the Event-Dates shared, so if I edit them on one localization should be updated on the others as well. I did not find a way to solve this, @hishamco will #4466 solve this or is there another way to implement it
The text was updated successfully, but these errors were encountered:
Thanks for your answer. I'm currently trying another way. Having a new Content-Type called Date which is using the same Taxonomy as the event. Then I create a Agenda Page, which contains a Bag with all Event-Dates (Each date 1 entry). On the EventPage I will try to make a query to get the Agenda-Document, then pass it to a custom liquid filter, which will filter all items with the same taxonomy as the current page. This also solves the localization issue, as I can switch that in the filter.
Where you can define which piece of information are culture agnostic, meaning that when you create a localized version of a content item, if you change something that is culture agnostic then the changes will be propagated on the other localized versions of the same localization set.
In your case List of Event-Dates would be culture agnostic.
Let's assume I have a page with upcoming art events. From the page structure i have
List of Event-Dates
Now if i localize that page, i translate Event Name and Event Description. But I want to have the Event-Dates shared, so if I edit them on one localization should be updated on the others as well. I did not find a way to solve this, @hishamco will #4466 solve this or is there another way to implement it
The text was updated successfully, but these errors were encountered: