add Finders info as third-party settings to our various config entities
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3556211. --> Reported by: [joachim](https://www.drupal.org/user/107701) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>I really should have thought of this before, and we should do this while we're still in alpha.</p> <p>All the config entities we create should have set in their third-party settings:</p> <p>- the finder type<br> - the finder ID</p> <p>This would allow <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/finders/-/work_items/3556164" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/finders/-/work_items/3556164</a></span> for instance to know which channel entity type the facet is being displayed on. </p> <p>There are probably other places in the code where we are currently fiddling around with ID strings to deduce things, and this would avoid that.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue