space: add space settings ff and branch it
This commit is contained in:
parent
a89484e826
commit
185ef152fe
5 changed files with 20 additions and 2 deletions
|
|
@ -75,6 +75,12 @@ enum class FeatureFlags(
|
|||
title = "Spaces",
|
||||
defaultValue = { true },
|
||||
isFinished = true,
|
||||
),
|
||||
SpaceSettings(
|
||||
key = "feature.spaceSettings",
|
||||
title = "Space settings",
|
||||
description = "Allow managing space settings such details, permissions and privacy.",
|
||||
defaultValue = { true },
|
||||
isFinished = false,
|
||||
),
|
||||
PrintLogsToLogcat(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue