import { RichText, InnerBlocks } from '@wordpress/blockEditor';
// Render block on editor
export const SaveBlocks = (props) => {
const { pl_props, attributes } = props;
// Check if innerBlocks exists
if(props.innerBlocks && props.innerBlocks.length > 0) {
return (