mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +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
|
# type: (*Any, **Union[bool, int, List[Any]]) -> None
|
||||||
# define default configs
|
# define default configs
|
||||||
self.config = {
|
self.config = {
|
||||||
"realm_filters": [kwargs['realm_filters'], "Realm-specific filters for realm"],
|
"realm_filters": [kwargs['realm_filters'],
|
||||||
"realm": [kwargs['realm'], "Realm name"],
|
"Realm-specific filters for realm_filters_key %s" % (kwargs['realm'],)],
|
||||||
|
"realm": [kwargs['realm'], "Realm id"],
|
||||||
"code_block_processor_disabled": [kwargs['code_block_processor_disabled'],
|
"code_block_processor_disabled": [kwargs['code_block_processor_disabled'],
|
||||||
"Disabled for email gateway"]
|
"Disabled for email gateway"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user