Open
Description
Describe the bug
uSync Handler settings are string-only in the uSync appSettings schema, so e.g., boolean settings, are reported as errors.
To Reproduce
Steps to reproduce the behavior:
- Follow https://docs.jumoo.co.uk/usync/uSync/guides/dictionary/#make-the-dictionary-handler-create-only
- Observe error squiggles
Expected behavior
No squiggles. :)
About your Site (please complete the following information):
- uSync Version: latest
Additional context
"USyncBackOfficeConfigurationHandlerSettings": {
"properties": {
"Settings": {
"additionalProperties": {
"type": "string"
}