Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleigbDefaultPrefs.json
{
     "factoryName": "factory name", //factory name for the provider
     "name": "provider name", //provider name
     "url": “provider"provider_url”url",
     "loadPriority": "load_priority_int", //this is used to determine the order in which data providers are initialized
     "defaultDataProviderId": "IgbDefaultDataProviderId:16" //this is like a key in a map, so it should be unique from the rest of the providers
}

...