Browse Source

Update type for :replace settings

chores/our-libs-hex-releases
Angelina Filippova 4 years ago
parent
commit
ac9f18de11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/description.exs

+ 1
- 1
config/description.exs View File

@@ -1601,7 +1601,7 @@ config :pleroma, :config_description, [
},
%{
key: :replace,
type: [{:tuple, :string, :string}, {:tuple, :regex, :string}],
type: {:keyword, :string, :regex},
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"}]


Loading…
Cancel
Save