Exporting models should remove uuid and _core properties from config entities
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3452896. --> Reported by: [jurgenhaas](https://www.drupal.org/user/168924) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The config entities contained in exported model archives still contain the <code>uuid</code> and <code>_core</code> properties, which make those entities site specific. That can cause an issue when importing them on other sites.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Remove those 2 keys from all exported config entities.</p>
issue