Submit
Path:
~
/
home
/
getwphos
/
www
/
bubrupamjcb.com
/
wp-content
/
plugins
/
powerkit
/
modules
/
pinterest
/
public
/
block
/
File Content:
block.jsx
/** * WordPress dependencies */ const { addFilter, } = wp.hooks; /** * Internal dependencies */ import PinterestBoardBlockEdit from './edit.jsx'; /** * Custom block Edit output for PinterestBoard block. * * @param {JSX} edit Original block edit. * @param {Object} blockProps Block data. * * @return {JSX} Block edit. */ function editRender( edit, blockProps ) { if ( 'canvas/pinterest-board' === blockProps.name ) { return ( <PinterestBoardBlockEdit { ...blockProps } /> ); } return edit; } addFilter( 'canvas.customBlock.editRender', 'canvas/pinterest-board/editRender', editRender );
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
block.js
5295 bytes
0644
block.jsx
618 bytes
0644
edit.jsx
1781 bytes
0644
render.php
626 bytes
0644
N4ST4R_ID | Naxtarrr