mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
bugdown: Correct the descriptions of Bugdown config.
This commit is contained in:
committed by
Tim Abbott
parent
e615a2ab4f
commit
f9f9e92443
@@ -1289,8 +1289,9 @@ class Bugdown(markdown.Extension):
|
||||
# type: (*Any, **Union[bool, int, List[Any]]) -> None
|
||||
# define default configs
|
||||
self.config = {
|
||||
"realm_filters": [kwargs['realm_filters'], "Realm-specific filters for realm"],
|
||||
"realm": [kwargs['realm'], "Realm name"],
|
||||
"realm_filters": [kwargs['realm_filters'],
|
||||
"Realm-specific filters for realm_filters_key %s" % (kwargs['realm'],)],
|
||||
"realm": [kwargs['realm'], "Realm id"],
|
||||
"code_block_processor_disabled": [kwargs['code_block_processor_disabled'],
|
||||
"Disabled for email gateway"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user