We use the Default Content module to install default content on each new site of our multi-site Drupal platform. Version 2 changed to only use UUID of the content you are exporting (done from the local development environment to generate content). However, some of our default content are items like vocabulary terms which are then related to the node. But this is no longer exporting the ID, so the ID when created in the new site can be different and now the newly created node on the site has a vocabulary term that it shouldn’t.
How do related entities work with uuid? If a new taxonomy term is created and then used in a node, the node stores the "ID" of the taxonomy term. How will that term get exported and created with the proper IDs so that the node will have the proper value in the entity field?