Or should I use `is_block_theme()` in PHP, then access it via something like the following in JS:
const isBlockTheme = window.isBlockThemeActive ?? false;
Or should I use `is_block_theme()` in PHP, then access it via something like the following in JS:
const isBlockTheme = window.isBlockThemeActive ?? false;
If it returns undefined or false, it means margin is not supported
So I can then manually render custom settings in BoxControl inside ToolsPanelItem so margin is still editable
If it returns undefined or false, it means margin is not supported
So I can then manually render custom settings in BoxControl inside ToolsPanelItem so margin is still editable