remove wysiwyg class from article block wrapper

This commit is contained in:
2026-02-03 12:58:46 +00:00
parent 8b7a71c883
commit 03b49fb8c5

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 }>