Fixing block patterns #10

This commit is contained in:
DaanV2
2021-10-21 16:04:12 +02:00
parent 2992b3d19e
commit b0c7aad53c

View File

@@ -23,7 +23,7 @@
]
}
},
"propertyNames": { "pattern": "^[\\w_\\-:]+$" },
"propertyNames": { "pattern": "^[\\w_\\-:\\.]+$" },
"properties": {
"format_version": {
"type": "array",