Fields that are not explicitly required or optional are excluded from the worker configuration form
As documented, despite its name, the required
parameter on a configuration field is optional. It is typed as optional, and the backend also does not require it when validating the user_configuration
.
!1717 (merged) however assumed that the field was always set, so any field that was specified in a user_configuration
without having a required:
set to true
or false
is now invisible.