[11.3.0-and-up] Remove hardcoded Image SDC from `\Drupal\experience_builder\Plugin\ExperienceBuilder\ComponentSource\SingleDirectoryComponent::componentMeetsRequirements`
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3537695. --> Reported by: [penyaskito](https://www.drupal.org/user/959536) >>> <h3 id="overview">Overview</h3> <p>In <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/experience_builder/issues/3535453" title="Status: Closed (fixed)">#3535453: Create an Image SDC that can be included by other SDCs</a></span> we provide an SDC component to render a responsive image that can be included by other components. It should not be visible as an available component in the editor, so is flagged with <code>`noUi`</code>, but it's only supported with core &gt; 11.3.0 (<span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/drupal/issues/3535958" title="Status: Closed (fixed)">#3535958: Allow SDCs to be marked to be excluded from UI</a></span>)</p> <h3 id="proposed-resolution">Proposed resolution</h3> <p>Removed the hard-coded check.</p> > Related issue: [Issue #3535453](https://www.drupal.org/node/3535453) > Related issue: [Issue #3535958](https://www.drupal.org/node/3535958)
issue