Lorem ipsum dolor sit amet consectetur. Rhoncus.
Lorem ipsum dolor sit amet consectetur. Id eget mauris sed malesuada. Pellentesque nibh.
| Header 1 | Header 2 | Header 3 | Header 4 | Header 5 |
|---|---|---|---|---|
| Cell Data | Cell Data | Cell Data | Cell Data | Cell Data |
| Cell Data | Cell Data | Cell Data | Cell Data | Cell Data |
| New Cell | New Cell | New Cell | New Cell | New Cell |
Summary:
data-gjs-type="app-section-fw"
>
{/* 2. Inner Layout: Replicates the 1-4-1 Grid Logic from the Editor */}
style={{
display: "flex",
gap: "36px",
paddingLeft: "var(--gj-px-screen-edge-constrained)",
paddingRight: "var(--gj-px-screen-edge-constrained)"
}}
>
{/* Left Spacer (Flex 1) */}
{/* Main Content (Flex 4) - Your Original Content Goes Here */}
{/* YOUR ORIGINAL CONTENT STRUCTURE (With 'gap-lg' logic preserved) */}
data-gjs-name="Summary card"
>
{/* Blue Bar */}
data-gjs-selectable="false"
data-gjs-draggable="false"
data-gjs-removable="false"
/>
{/* Text Container */}
data-gjs-name="Summary Text"
>
className="text-body-text-b block"
data-gjs-type="text"
data-gjs-editable="true"
>
Summary:
className="text-body line-clamp-4 block"
data-gjs-type="text"
data-gjs-editable="true"
>
Start writing your summary here...
{/* Right Spacer (Flex 1) */}
);
}
// 1. Outer Wrapper: Full Width with Background Color
return (
export function BlogSummary() {
import React from "react";