forked from MapComplete/MapComplete
Themes: fix "has at least one image"-check, fix #2552
This commit is contained in:
parent
7236c7ccab
commit
c6bd6c9c55
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,7 @@
|
|||
"or": [
|
||||
"image~*",
|
||||
"image:[0-9]+~~*",
|
||||
"panoramax~*",
|
||||
"panoramax:[0-9]+~~*",
|
||||
"mapillary~*"
|
||||
]
|
||||
|
@ -157,6 +158,7 @@
|
|||
"or": [
|
||||
"image!~*",
|
||||
"image:[0-9]+!~~*",
|
||||
"panoramax!~*",
|
||||
"panoramax:[0-9]+!~~*",
|
||||
"mapillary!~*"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue