Enable commenting beta
This commit is contained in:
@@ -3,6 +3,8 @@ import { BeakerIcon } from "outline-icons";
|
||||
import * as React from "react";
|
||||
import { Trans, useTranslation } from "react-i18next";
|
||||
import { TeamPreference } from "@shared/types";
|
||||
import Badge from "~/components/Badge";
|
||||
import Flex from "~/components/Flex";
|
||||
import Heading from "~/components/Heading";
|
||||
import Scene from "~/components/Scene";
|
||||
import Switch from "~/components/Switch";
|
||||
@@ -57,7 +59,7 @@ function Features() {
|
||||
/>
|
||||
</SettingRow>
|
||||
)}
|
||||
{/* <SettingRow
|
||||
<SettingRow
|
||||
name={TeamPreference.Commenting}
|
||||
label={
|
||||
<Flex align="center">
|
||||
@@ -75,7 +77,7 @@ function Features() {
|
||||
disabled={!team.collaborativeEditing}
|
||||
onChange={handlePreferenceChange}
|
||||
/>
|
||||
</SettingRow> */}
|
||||
</SettingRow>
|
||||
{team.avatarUrl && (
|
||||
<SettingRow
|
||||
name={TeamPreference.PublicBranding}
|
||||
|
||||
@@ -710,6 +710,8 @@
|
||||
"Manage optional and beta features. Changing these settings will affect the experience for all members of the workspace.": "Manage optional and beta features. Changing these settings will affect the experience for all members of the workspace.",
|
||||
"Seamless editing": "Seamless editing",
|
||||
"When enabled documents are always editable for team members that have permission. When disabled there is a separate editing view.": "When enabled documents are always editable for team members that have permission. When disabled there is a separate editing view.",
|
||||
"Commenting": "Commenting",
|
||||
"When enabled team members can add comments to documents.": "When enabled team members can add comments to documents.",
|
||||
"Public branding": "Public branding",
|
||||
"Show your team’s logo on public pages like login and shared documents.": "Show your team’s logo on public pages like login and shared documents.",
|
||||
"Add a Google Analytics 4 measurement ID to send document views and analytics from the workspace to your own Google Analytics account.": "Add a Google Analytics 4 measurement ID to send document views and analytics from the workspace to your own Google Analytics account.",
|
||||
|
||||
Reference in New Issue
Block a user