forked from AkkomaGang/akkoma
Update types for :params, :match_actor and :replace settings
This commit is contained in:
parent
ac9f18de11
commit
02b2747d42
1 changed files with 3 additions and 3 deletions
|
@ -1521,7 +1521,7 @@
|
|||
children: [
|
||||
%{
|
||||
key: :match_actor,
|
||||
type: :map,
|
||||
type: {:map, {:list, :string}},
|
||||
description: "Matches a series of regular expressions against the actor field",
|
||||
suggestions: [
|
||||
%{
|
||||
|
@ -1601,7 +1601,7 @@
|
|||
},
|
||||
%{
|
||||
key: :replace,
|
||||
type: {:keyword, :string, :regex},
|
||||
type: {:list, :tuple},
|
||||
description:
|
||||
"A list of tuples containing {pattern, replacement}. Each pattern can be a string or a regular expression.",
|
||||
suggestions: [{"foo", "bar"}, {~r/foo/iu, "bar"}]
|
||||
|
@ -1802,7 +1802,7 @@
|
|||
children: [
|
||||
%{
|
||||
key: :params,
|
||||
type: {:keyword, :string}
|
||||
type: {:map, :string}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue