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
{{ message }}
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
I need to modify the html of the form-widget to modify the submit button. To avoid breaking the module with future updates it would be nice to have blocks to be able to overwrite it safely.
Proposed solution
Move the current widget.html code from form-widget to widgetBase.html and extend it in widget.html. Add blocks in so you can overwrite them from widget.html. My main interest is to be able to overwrite the submit button.