import { useBlockProps, RichText } from '@wordpress/block-editor'; export default function save({ attributes }) { const content = attributes.imageUrl ? ( {attributes.imageAlt} ) : ( ); const loginUrl = lClutchCoreSettings.siteUrl + '?l-clutch_line-login=request'; return (
{content}
); }