Placeholders not available when using advanced (token) mode
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3525367. --> Reported by: [jhedstrom](https://www.drupal.org/user/208732) Related to !621 !1423 !1352 >>> <p>--- AI TRACKER METADATA ---<br> <strong>Update Summary: </strong>Needs to fix AnnMary&rsquo;s feedback.<br> <strong>Check-in Date: </strong>MM/DD/YYYY (US format) [When we should see progress/get an update]<br> <strong>Due Date:</strong> MM/DD/YYYY (US format) [When the issue should be fully completed]<br> <strong>Blocked by:</strong> [#XXXXXX] (New issues on new lines)<br> <strong>Additional Collaborators:</strong> @username1, @username2<br> AI Tracker found here: <a href="https://www.drupalstarforge.ai/" title="AI Tracker">https://www.drupalstarforge.ai/</a><br> --- END METADATA ---</p> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The advanced automator type that allows tokens instead of a single base field does not have access to the replacements the <em>automator type</em> plugin may have to offer. For instance the taxonomy plugin offers these replacements which are not readily reproducible via Drupal tokens:</p> <p><img src="https://www.drupal.org/files/issues/2025-05-19/Screenshot%202025-05-19%20at%203.23.34%20PM.png" alt="Field configuration for AI automators."></p> <pre>&nbsp;&nbsp;&nbsp; $tokens['value_options_comma'] = 'A comma separated list of all value options.';<br>&nbsp;&nbsp;&nbsp; $tokens['value_options_nl'] = 'A new line separated list of all value options.';<br>&nbsp;&nbsp;&nbsp; $tokens['value_options_nl_description'] = 'A new line separated list of all value options, with term descriptions.';</pre><h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Allow use of these replacement patterns for base setup as well as advanced setup.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <p>The replacement patterns would appear on the field configuration form for both automator types.</p> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue