import { useBlockProps, RichText, InnerBlocks } from "@wordpress/block-editor"; export default function save({ attributes }) { let { figure, title, caption } = attributes; return (
); }