feat: Replace custom JS form refresh with Drupal core HTMX support
Removes the Redux-polling JavaScript in favour of declarative HTMX attributes backed by a new Drupal form endpoint. When the field or formatter select changes, HTMX POSTs to the new /canvas-field-component/htmx/formatter-section route and swaps the formatter section container (formatter select, label display, and settings) in place, eliminating the need for any custom JavaScript.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com and Codex (ChatGPT 5.5)