customProviders property

List<CustomProviderEntry> customProviders
final

Saved custom providers (customProviders: yaml section), shown first in the /provider picker and appended to by the /provider custom wizard. Parsed strictly: a malformed entry throws ConfigException.

Implementation

final List<CustomProviderEntry> customProviders;