Recently I had to generate term-specific aliases (aliases that are different from the default alias pattern set for Article entities). This is how to do it:
Sometimes you might want to display additional data in the autocomplete results, for instance add content language next to the title, or display entity type or any other related data.
In this post I will show a custom process plugin that I created to migrate taxonomy terms. The plugin handles the creation of new terms and prevents duplicates.
Recently I had to generate term-specific aliases (aliases that are different from the default alias pattern set for Article entities). This is how to do it:
Sometimes you might want to display additional data in the autocomplete results, for instance add content language next to the title, or display entity type or any other related data.
In this post I will show a custom process plugin that I created to migrate taxonomy terms. The plugin handles the creation of new terms and prevents duplicates.