Skip to content

LMW-78 Allow Drupal to provide the feedback form markup

Tancredi D'Onofrio requested to merge LMW-78-feedback-form into main

Refers to LMW-78

Fixes the issue where the Drupal provided form (inside children) was being injected within the Storybook form markup. Instead it's one or the other, if children exists use that, otherwise fall back to default markup for Storybook purposes.

Adds a new form-radios component to Storybook whose sole purpose is laying out radio groups horizontally if requested by a variable.

Modifies the existing page-feedback component to apply styles to the Drupal provided markup

Edited by Tancredi D'Onofrio

Merge request reports