__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import InfoboxContainer from "./components/infobox-save";
import {
BlockProps
} from "@essential-blocks/controls";
export default function save({ attributes }) {
const {
blockId,
selectedIcon,
infoboxIcon,
number = 0,
media,
imageUrl,
imageAlt,
enableSubTitle,
enableDescription,
infoboxLink,
linkNewTab,
enableButton,
isInfoClick,
buttonText,
title,
subTitle,
description,
titleTag,
subTitleTag,
btnEffect,
classHook,
showMedia,
enableTitle,
addBtnIcon,
btnIconPosition,
btnIcon
} = attributes;
const requiredProps = {
selectedIcon,
infoboxIcon,
blockId,
number,
media,
imageUrl,
imageAlt,
enableSubTitle,
enableDescription,
infoboxLink,
linkNewTab,
enableButton,
isInfoClick,
buttonText,
title,
subTitle,
description,
titleTag,
subTitleTag,
btnEffect,
classHook,
showMedia,
enableTitle,
addBtnIcon,
btnIconPosition,
btnIcon
};
return (
<BlockProps.Save attributes={attributes}>
<InfoboxContainer requiredProps={requiredProps} attributes={attributes} />
</BlockProps.Save>
);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| components | Folder | 0750 |
|
|
| constants | Folder | 0750 |
|
|
| attributes.js | File | 10.87 KB | 0640 |
|
| deprecated.js | File | 25.82 KB | 0640 |
|
| edit.js | File | 3.23 KB | 0640 |
|
| example.js | File | 149 B | 0640 |
|
| frontend.js | File | 3.13 KB | 0640 |
|
| icon.svg | File | 1.13 KB | 0640 |
|
| index.js | File | 734 B | 0640 |
|
| inspector.js | File | 57.79 KB | 0640 |
|
| save.js | File | 1.42 KB | 0640 |
|
| style.css | File | 1.2 KB | 0640 |
|
| style.js | File | 20.26 KB | 0640 |
|
| style.scss | File | 1.43 KB | 0640 |
|