PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
wp-content
/
plugins
/
essential-blocks
/
src
/
blocks
/
form
/
src
/* * WordPress Dependencies * */ import { useBlockProps, InnerBlocks } from "@wordpress/block-editor"; const save = ({ attributes }) => { const { blockId, classHook } = attributes; return ( <> <InnerBlocks.Content /> </> ); }; export default save;
[-] edit.js
[edit]
[-] .htaccess
[edit]
[-] style.js
[edit]
[-] helpers.js
[edit]
[-] editor.scss
[edit]
[+]
constants
[-] save.js
[edit]
[-] style.scss
[edit]
[-] frontend.js
[edit]
[-] index.js
[edit]
[-] icon.svg
[edit]
[-] inspector.js
[edit]
[+]
templates
[+]
..
[+]
icons
[-] attributes.js
[edit]