PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
wp-content
/
plugins
/
essential-blocks
/
src
/
blocks
/
row
/
src
import { InnerBlocks } from "@wordpress/block-editor"; import { BlockProps } from "@essential-blocks/controls"; const save = ({ attributes }) => { const { blockId, classHook, } = attributes; return ( <BlockProps.Save attributes={attributes}> <div className={`eb-parent-wrapper eb-parent-${blockId} ${classHook || ''}`}> <div className={`eb-row-root-container ${blockId}`} data-id={blockId}> <div className={`eb-row-wrapper`}> <div className="eb-row-inner"> <InnerBlocks.Content /> </div> </div> </div> </div> </BlockProps.Save> ); }; export default save;
[-] example.js
[edit]
[-] edit.js
[edit]
[-] deprecated.js
[edit]
[-] .htaccess
[edit]
[-] style.js
[edit]
[+]
constants
[-] save.js
[edit]
[-] style.scss
[edit]
[-] index.js
[edit]
[-] icon.svg
[edit]
[-] inspector.js
[edit]
[+]
..
[-] attributes.js
[edit]