Insert variable in className to check the true/false condition – WordPress
I make a Gutenberg block based on React and I have a code: import { __ } from '@wordpress/i18n'; import { useBlockProps, BlockControls, AlignmentToolbar, RichText, InspectorControls, } from '@wordpress/block-editor'; import { PanelBody, ToggleControl } from '@wordpress/components'; import './editor.scss'; import classnames…