Support multiline strings in user configurations
https://redmine.teklia.com/issues/7870
https://redmine.teklia.com/issues/9102
The StringUserConfigurationField type in src/types/workerConfiguration.ts should be extended to include an optional multiline boolean attribute. When it is true, the StringField.vue component should use a <textarea> instead of an <input>.