mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Add read more opens new tab feature flag (#3079)
If the feature flag READ_MORE_NEW_TAB is set, then clicking on "Read more of this conversation" will open a new tab. CORL-1246 Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
kodiakhq[bot]
parent
6a8d6b07d6
commit
ce7d6969dd
@@ -407,6 +407,12 @@ enum FEATURE_FLAG {
|
||||
DISCUSSIONS will enable the discussions tab for the comment stream.
|
||||
"""
|
||||
DISCUSSIONS
|
||||
|
||||
"""
|
||||
READ_MORE_NEW_TAB will enable opening a new tab when a user clicks on
|
||||
"read more of this conversation" in the comment stream.
|
||||
"""
|
||||
READ_MORE_NEW_TAB
|
||||
}
|
||||
|
||||
# The moderation mode of the site.
|
||||
|
||||
Reference in New Issue
Block a user