I have the problem, that all the mails like pw reset, notifications and user contact form were send to the admin. I'm perplexed and confused about this issue.
Hi - spent a good amount of time searching for an answer but now I am stuck!
I am on Drupal v8.9.13 and I have set up my site as multilingual and it generally works fine.
I have a vocabulary that I use as a Taxonomy Menu.
If I add a term in the original language and then add the translation I can clearly see the differently translated titles when I switch languages - as expected.
However, I can't work out how to add a term so it ONLY appears in one language?
What I am attempting to do is have a Cron job execute a small BASH script that I've written. This script checks if a particular service is active in my RHEL environment and if it isn't my Drupal site gets put into maintenance mode. There is a Drush command at the start that checks if the site isn't already in maintenance mode and a second Drush command later to put the site into maintenance mode if a few conditions are met.
I created a base entity using drupal console, and then created the bundles of that entity in the UI. The result is that all of the bundles are under /admin/structure/entity_type/ and to add entities of any of the bundles, I access them via: /admin/structure/entity_type/add.
Is there a way I can alter the route for each bundle, so for example, the route for each crud action is like this: