Fix Taxonomy Term entity ID
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3268211. -->
Reported by: [baysaa](https://www.drupal.org/user/1358394)
Related to !17
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Taxonomy term entity id is 'taxonomy_term'. However it's currently done as 'term' in PEVB's config.</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>Configuration <code>pluggable_entity_view_builder.settings.enabled_entity_types.term</code> will now become <code>pluggable_entity_view_builder.settings.enabled_entity_types.taxonomy_term</code></p>
issue