I'm working on a site with Drupal 8 and I have noticed that after running drush cex, all of my config files duplicate. What's more, I have noticed that files all over my project have duplicates, even up to 5 copies! Sometimes this prevents me from running my site. When I try to run a drush command I usually get an error that says something like "file_name 2 does not exist". The only thing that temporarily fixes the problem is deleting my core directory and the composer.lock file and regenerating them by running composer install. Sometimes I even get twig and sass file duplicates.
Noticed this just today. On the Configure Block page, the visibility options have a tab for Content Type (singular, and without an instruction) and another tab for Content Types (plural, with an instruction). Anyone know why? Uses of same? Why not just one?
I looked in the docs for Block API, but didn't see anything there. And I don't see anyway at my site to manage that display. I did find another post in the Forum (on a different topic) where that user mentioned the 2 tabs.
What do I need to add/configure to allow for user sorting of multivalue taxonomy term reference fields? In Drupal 7 I always had the option of resorting the deltas with a drag option in the UI. In Drupal 8 I don't see any controls to affect the order of multiple field inputs.