diff options
author | Ajay Ramachandran <[email protected]> | 2021-10-13 23:14:51 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-10-13 23:14:51 -0400 |
commit | ff5fa4c724fe292d9d05c6caf712ce910dec4db9 (patch) | |
tree | 8a257c9996b6121c0b1b81a40825e01d19b4a789 /config.json.example | |
parent | 93e440385f216b635606d270254df0d0bbaa9e1f (diff) | |
download | SponsorBlock-ff5fa4c724fe292d9d05c6caf712ce910dec4db9.tar.gz SponsorBlock-ff5fa4c724fe292d9d05c6caf712ce910dec4db9.zip |
Move config values and close notice
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example index ffc482a5..f6916065 100644 --- a/config.json.example +++ b/config.json.example @@ -12,5 +12,17 @@ "preview": ["skip"], "music_offtopic": ["skip"], "poi_highlight": ["skip"] + }, + "wikiLinks": { + "sponsor": "https://wiki.sponsor.ajay.app/w/Sponsor", + "selfpromo": "https://wiki.sponsor.ajay.app/w/Unpaid/Self_Promotion", + "interaction": "https://wiki.sponsor.ajay.app/w/Interaction_Reminder_(Subscribe)", + "intro": "https://wiki.sponsor.ajay.app/w/Intermission/Intro_Animation", + "outro": "https://wiki.sponsor.ajay.app/w/Endcards/Credits", + "preview": "https://wiki.sponsor.ajay.app/w/Preview/Recap", + "music_offtopic": "https://wiki.sponsor.ajay.app/w/Music:_Non-Music_Section", + "poi_highlight": "https://wiki.sponsor.ajay.app/w/Highlight", + "guidelines": "https://wiki.sponsor.ajay.app/w/Guidelines", + "mute": "https://wiki.sponsor.ajay.app/w/Mute_Segment" } } |