Merge branch 'short-description' into 'develop'
Add short_description instance field Closes #2865 See merge request pleroma/pleroma!3651
This commit is contained in:
commit
fdc71f6051
5 changed files with 13 additions and 0 deletions
|
|
@ -536,6 +536,15 @@ config :pleroma, :config_description, [
|
|||
"Very cool instance"
|
||||
]
|
||||
},
|
||||
%{
|
||||
key: :short_description,
|
||||
type: :string,
|
||||
description:
|
||||
"Shorter version of instance description. It can be seen on `/api/v1/instance`",
|
||||
suggestions: [
|
||||
"Cool instance"
|
||||
]
|
||||
},
|
||||
%{
|
||||
key: :limit,
|
||||
type: :integer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue