fix mychar pattern

This commit is contained in:
duncathan 2024-12-18 10:10:14 -06:00
parent 6e27d66b06
commit ab1db92c40

View file

@ -135,7 +135,7 @@
}, },
{ {
"type": "string", "type": "string",
"pattern": "^*.bmp$" "pattern": "^.*\\.bmp$"
} }
], ],
"default": null "default": null