forked from MapComplete/MapComplete
Studio: WIP
This commit is contained in:
parent
04ecdad1bb
commit
903e168a89
62 changed files with 19152 additions and 123399 deletions
|
@ -3,6 +3,7 @@ import { Translation } from "../../i18n/Translation"
|
|||
|
||||
export default class ImageUrlValidator extends UrlValidator {
|
||||
private static readonly allowedExtensions = ["jpg", "jpeg", "svg", "png"]
|
||||
public readonly isMeta = true
|
||||
|
||||
constructor() {
|
||||
super(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue