Display simple worker configuration types
Replaces https://gitlab.com/arkindex/backend/-/issues/930
Depends https://gitlab.com/arkindex/backend/-/issues/939
The worker configuration management component needs to support user_configuration
when available.
Needs types are:
- int as number input
- string as text inputs
- float as text inputs
These types need each a dedicated component, with custom validation.