Variable DEFAULT_CONFIGConst

DEFAULT_CONFIG: {
    banMacros: string;
    domainTags: string;
    modMacros: string;
    removalReasons: string;
    usernoteColors: string;
    ver: number;
} = ...

Default subreddit configuration to use if subreddit doesnt have one. Empty strings are used in the default config by the plugin even though this doesn't match the type exactly.

Type declaration

  • banMacros: string
  • domainTags: string
  • modMacros: string
  • removalReasons: string
  • usernoteColors: string
  • ver: number