mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 13:43:59 +01:00
Add missing showFeaturesPanel setting
This commit is contained in:
parent
5131149056
commit
0c82a967ec
1 changed files with 6 additions and 0 deletions
|
@ -1263,6 +1263,12 @@ config :pleroma, :config_description, [
|
||||||
type: :boolean,
|
type: :boolean,
|
||||||
description: "Copy the scope (private/unlisted/public) in replies to posts by default"
|
description: "Copy the scope (private/unlisted/public) in replies to posts by default"
|
||||||
},
|
},
|
||||||
|
%{
|
||||||
|
key: :showFeaturesPanel,
|
||||||
|
label: "Show instance features panel",
|
||||||
|
type: :boolean,
|
||||||
|
description: "Enables panel displaying functionality of the instance."
|
||||||
|
},
|
||||||
%{
|
%{
|
||||||
key: :showInstanceSpecificPanel,
|
key: :showInstanceSpecificPanel,
|
||||||
label: "Show instance specific panel",
|
label: "Show instance specific panel",
|
||||||
|
|
Loading…
Add table
Reference in a new issue