Allow to enable description toggle in custom forms
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3387572. -->
Reported by: [grimreaper](https://www.drupal.org/user/2388214)
Related to !303
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Currently description toggle is only for content forms and forms where routes had been declared with hook_gin_content_form_routes().</p>
<p>As currently, to my knowledge, there is no standard element/API in core to provide tooltips, I would like to use Gin's description toggle on other forms.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Enable description toggle based on key in the form element.</p>
issue