Added separate controls for X and Y grid colors

This commit is contained in:
Jeremy Rangel
2025-01-15 03:21:46 -08:00
parent ea5e69f0fd
commit 1562ef55ec
6 changed files with 119 additions and 96 deletions

View File

@ -88,7 +88,11 @@
"type": "boolean",
"default": true
},
"gridColor": {
"yGridColor": {
"type": "string",
"default": "#e0e0e0"
},
"xGridColor": {
"type": "string",
"default": "#e0e0e0"
},

View File

@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '62449dbdc80e118c522c');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '9e08ac91fd20a1bb3a3d');

File diff suppressed because one or more lines are too long