You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Think easiest way to achieve this would be adding a new sulu_form.dynamic_widths_select_provider service which inject the parameter and is used in the form xml like here over the expression type: https://docs.sulu.io/en/2.3/cookbook/select-values-service.html
Actual Behavior
Setting
sulu_form.dynamic_widths
in config/packages/sulu_form.yaml has no effect on the width selections in the form builder.Expected Behavior
It should be possible with this config to rename width css classes or remove widths from the form builder.
Possible Solutions
Actually the 2 form fields xml files: https://github.com/sulu/SuluFormBundle/search?l=XML&q=width
Should be replaced by a select type service using that parameter: https://docs.sulu.io/en/2.3/cookbook/select-values-service.html
The text was updated successfully, but these errors were encountered: