Support on-page links (#anchors) in Iconify icon settings > URL
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3452973. --> Reported by: [jwilson3](https://www.drupal.org/user/220177) Related to !13 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>I'm unable to save an iconify icon field with a link to a section on the current page via an anchor link reference (URL fragment) like <code>#main-content</code>.</p> <p><img src="https://www.drupal.org/files/issues/2024-06-06/2024-06-06.iconify.anchor-link-error-message.png" alt=""></p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ul> <li>Follow <a href="https://www.drupal.org/docs/extending-drupal/contributed-modules/contributed-module-documentation/iconify-icons/field-type-integration">Field Type integration</a> docs.</li> <li>Create an Article with an Iconify Icon, and try to enter a URL fragment.</li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>URL fragments are valid links and should be supported by the URL field. </p> <p>Switch from URL field to a Link field.</p> <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