string
The special-form path to the config fragment to retrieve.
If value starts with wiki:
then the proceeding value will be used to get a wiki page from the current subreddit
wiki:botconfig/mybot
tries to get https://reddit.com/r/currentSubreddit/wiki/botconfig/mybot
If the value starts with wiki:
and ends with |someValue
then someValue
will be used as the base subreddit for the wiki page
wiki:replytemplates/test|ContextModBot
tries to get https://reddit.com/r/ContextModBot/wiki/replytemplates/test
If the value starts with url:
then the value is fetched as an external url and expects raw text returned
url:https://pastebin.com/raw/38qfL7mL
tries to get the text response of https://pastebin.com/raw/38qfL7mL
anyOf [boolean ∪ string, number]
Control caching for the config fragment.
If not specified the value for wikiTTL
will be used
string
An unused hint about the content type. Not implemented yet
Valid values: json
, yaml