@@ -824,7 +824,7 @@
## is_enabled=true
# Enables direct sharing from Editor to Slack
- ## share_from_editor=false
+ ## share_from_editor=true
# Configuration options for the request Tracing
@@ -826,7 +826,7 @@
@@ -763,7 +763,7 @@ SLACK = ConfigSection(
key='share_from_editor',
help=_('Enables direct sharing from Editor to Slack'),
type=coerce_bool,
- default=False,
+ default=True,
),
)