Jumoo / jumoo-docs

Documentation for uSync and Translation manager
https://docs.jumoo.co.uk
0 stars 9 forks source link

Json snippet for UseFlatStructure seems to be incorrect #2

Closed tormnator closed 1 year ago

tormnator commented 2 years ago

The following snippet from https://docs.jumoo.co.uk/usync/uSync/guides/flat seems to be incorrect:

"uSync": {
    "Sets" : {
        "Default" : {
            "UseFlatStructure": false
        }
    }
}

I think it should be:

"uSync": {
    "Sets": {
      "Default": {
        "HandlerDefaults": {
          "UseFlatStructure": false
        }
      }
    }
  }