Themes: fix "has at least one image"-check, fix #2552

This commit is contained in:
Pieter Vander Vennet 2025-10-15 18:35:06 +02:00
parent 7236c7ccab
commit c6bd6c9c55

View file

@ -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!~*"
]