__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* React hook that is used to mark the block wrapper element.
* It provides all the necessary props like the class name.
*
* @see https://developer.wordpress.org/block-editor/reference-guides/packages/packages-block-editor/#useblockprops
*/
import { useBlockProps } from '@wordpress/block-editor';
/**
* The save function defines the way in which the different attributes should
* be combined into the final markup, which is then serialized by the block
* editor into `post_content`.
*
* @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-edit-save/#save
*
* @return {Element} Element to render.
*/
export default function save() {
return (
<p { ...useBlockProps.save() }>
</p>
);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| block.json | File | 1.16 KB | 0644 |
|
| edit.js | File | 4.79 KB | 0644 |
|
| editor.scss | File | 15.56 KB | 0644 |
|
| icon.js | File | 2.76 KB | 0644 |
|
| index.js | File | 1.51 KB | 0644 |
|
| inspector.js | File | 6.26 KB | 0644 |
|
| save.js | File | 740 B | 0644 |
|
| style.scss | File | 13.27 KB | 0644 |
|
| view.js | File | 14.15 KB | 0644 |
|