Token declarations overrides entity tokens for notifications
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3374418. -->
Reported by: [jurgenhaas](https://www.drupal.org/user/168924)
Related to !8
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>In <code>danse_token_info()</code> we declare a token type and a token. The token type is obsolete because it is inherent from the entity. And the token declaration wipes all existing tokens for the entity.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<ol>
<li>Remove the token type</li>
<li>Append the token to the existing array of tokens</li>
</ol>
issue