Added support for separate X and Y grid widths
This commit is contained in:
@ -96,7 +96,11 @@
|
||||
"type": "string",
|
||||
"default": "#e0e0e0"
|
||||
},
|
||||
"gridWidth": {
|
||||
"xGridWidth": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"yGridWidth": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user