forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
8109c13b38
commit
297bb1c498
185 changed files with 2826 additions and 5874 deletions
|
|
@ -4,7 +4,10 @@ import Translations from "../../i18n/Translations"
|
|||
|
||||
export default class RegexValidator extends StringValidator {
|
||||
constructor() {
|
||||
super("regex", "Only used when your input should be a valid regex. This validator is only used as helper for Studio and should not be used in a mapcomplete-theme.")
|
||||
super(
|
||||
"regex",
|
||||
"Only used when your input should be a valid regex. This validator is only used as helper for Studio and should not be used in a mapcomplete-theme."
|
||||
)
|
||||
}
|
||||
|
||||
getFeedback(s: string): Translation | undefined {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue