{ "version": 1, "content": [ { "blockName": "generateblocks/container", "attrs": { "width": "full", "paddingTop": "15", "paddingRight": "15", "paddingBottom": "15", "paddingLeft": "15", "marginBottom": "25", "borderRadius": "16", "boxShadow": "0 6px 18px rgba(0,0,0,0.08)", "maxWidth": "480px", "marginLeft": "auto", "marginRight": "auto" }, "innerBlocks": [ { "blockName": "generateblocks/image", "attrs": { "width": "100%", "height": "240px", "objectFit": "cover", "borderRadius": "12" } }, { "blockName": "generateblocks/headline", "attrs": { "tagName": "h2", "fontSize": "18", "fontWeight": "600", "lineHeight": "1.3", "marginTop": "10", "marginBottom": "10", "content": "{{post_title}}" } }, { "blockName": "generateblocks/text", "attrs": { "fontSize": "14", "color": "#555", "marginBottom": "12", "content": "{{post_excerpt}}" } }, { "blockName": "generateblocks/button", "attrs": { "text": "👉 Read Full News", "backgroundColor": "#0073e6", "textColor": "#ffffff", "borderRadius": "8", "paddingTop": "10", "paddingBottom": "10", "paddingLeft": "15", "paddingRight": "15", "url": "{{post_url}}" } } ] } ] }

Leave a comment