Skip to content
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

Multi-site taxonomy support #67

Merged
merged 25 commits into from
Dec 20, 2024
Merged

Multi-site taxonomy support #67

merged 25 commits into from
Dec 20, 2024

Conversation

duncanmcclean
Copy link
Member

@duncanmcclean duncanmcclean commented Dec 19, 2024

This pull request adds support for importing localized terms in a multi-site.

Example

  • Let's say you have two sites/localizations: English & German.
  • In one CSV file, you import the English terms.
  • In the other, you upload German terms.
    • When the slug of a German term matches the slug of an English term, it'll update the German of that English term.
    • However, if the slugs are different between translations, you can map the "Slug in Default Site" field to the English slug and it'll match everything up. Otherwise, it'll create a new term using the German slug.

Closes #28.
Requires #66.

@duncanmcclean duncanmcclean marked this pull request as ready for review December 20, 2024 12:29
@duncanmcclean duncanmcclean merged commit 54a34a4 into main Dec 20, 2024
22 checks passed
@duncanmcclean duncanmcclean deleted the multisite-taxonomies branch December 20, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-site Taxonomy Terms
1 participant