remove wysiwyg class from article block wrapper

This commit is contained in:
2026-02-03 12:58:46 +00:00
parent 8e88d7e519
commit 6db11b741a

View File

@@ -47,7 +47,7 @@ registerBlockType(metadata.name, {
}, },
save({ attributes }) { save({ attributes }) {
const blockProps = useBlockProps.save(); const blockProps = useBlockProps.save();
blockProps.className = sectionClassNames(attributes, blockProps.className, [ 'wysiwyg' ] ).join(' '); blockProps.className = sectionClassNames(attributes, blockProps.className ).join(' ');
return ( return (
<div { ...blockProps }> <div { ...blockProps }>