Skip to content

Handler settings are string-only in schema, so e.g., boolean settings, are reported as errors #493

Open
@kdx-perbol

Description

@kdx-perbol

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:

  1. Follow https://docs.jumoo.co.uk/usync/uSync/guides/dictionary/#make-the-dictionary-handler-create-only
  2. 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"
          }

Metadata

Metadata

Assignees

Labels

12.x NETCOREuSync v12 thingsBreaking ChangeA Change that might impact 3rd party code, or change the format of export files

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions