Add Field Widget Actions (FWA) support for Address field using the address_default widget.
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3566573. -->
Reported by: [marcus_johansson](https://www.drupal.org/user/385947)
Related to !1106
>>>
<p>[Tracker]<br>
<strong>Update Summary: </strong>[One-line status update for stakeholders]<br>
<strong>Short Description: </strong>Add Field Widget Actions (FWA) support for Address field using the address_default widget.<br>
<strong>Check-in Date: </strong>MM/DD/YYYY<br>
[/Tracker]</p>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>AI Automators can provide strong value for structured fields such as Address, where multiple sub-values may be derived or normalized using AI. Currently, the Address field rendered with the <code>address_default</code> widget does not expose any in-widget way to trigger AI Automators.<br>
This issue proposes adding Field Widget Actions (FWA) support for the Address field + <code>address_default</code> widget combination, using <code>modules/ai_automators/src/Plugin/FieldWidgetAction/Email.php</code> as reference implementation. The implementation requires the Address module to be enabled, as it provides both the field type and the widget.<br>
A simple way to validate the functionality is to configure an AI Automator that analyzes a free-text input containing an address and stores the parsed result into the Address field via the FWA.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<ul>
<li>Add a new FWA plugin for the Address field when using the <code>address_default</code> widget, modeled after <code>modules/ai_automators/src/Plugin/FieldWidgetAction/Email.php</code>.</li>
<li>Declare a dependency on the Address module and ensure the FWA is only available when the Address field type and widget are in use.</li>
</ul>
<p>- <strong>This issue was created with the help of AI</strong></p>
issue