import { useBlockProps } from "@wordpress/block-editor"; import { __ } from "@wordpress/i18n"; import chevronDown from "./img/chevron_down.svg"; import { InnerBlocks } from "@wordpress/block-editor"; import getAdminLanguageFromCookies from "../../../utils/getAdminLanguageFromCookies.js"; export default function save({ attributes }) { const { coverUrl, coverId, coverAlt, focusBullets } = attributes; const renderedFocusPointBullets = focusBullets.map((focusBullet, index) => { return (