Submit
Path:
~
/
home
/
getwphos
/
www
/
bubrupamjcb.com
/
wp-content
/
plugins
/
canvas
/
components
/
basic-elements
/
block-tab
/
File Content:
edit.jsx
/** * External dependencies */ import classnames from 'classnames'; /** * WordPress dependencies */ const { Component, Fragment } = wp.element; const { InnerBlocks, } = wp.blockEditor; /** * Component */ export default class TabBlockEdit extends Component { render() { let { className, } = this.props; const { canvasClassName, } = this.props.attributes; className = classnames( 'cnvs-block-tab', canvasClassName, className ); return ( <Fragment> <div className={ className }> <InnerBlocks templateLock={ false } /> </div> </Fragment> ); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
block.js
5867 bytes
0644
block.jsx
953 bytes
0644
edit.jsx
617 bytes
0644
render.php
404 bytes
0644
save.jsx
339 bytes
0644
N4ST4R_ID | Naxtarrr