import BlocksContext from './BlocksContext'; import RenderBlockSettings from './BlockSettings'; import ErrorCard from './ErrorCard'; const { __ } = wp.i18n; const { Fragment } = wp.element; const { ToggleControl } = wp.components; const BlockList = () => { return (
{ block.title }
{ typeof( block.description ) === 'string' && block.description }