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
|
||||
},
|
||||
|
||||
@ -1 +1 @@
|
||||
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '9e08ac91fd20a1bb3a3d');
|
||||
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'd3e2bb3c261756c0085a');
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user