__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import {
BlockProps
} from "@essential-blocks/controls";
import SocialLinks from "./components/social-links";
export default function Save({ attributes }) {
const {
blockId,
profilesOnly = [],
icnEffect,
classHook,
} = attributes;
return (
<BlockProps.Save attributes={attributes}>
<div className={`eb-parent-wrapper eb-parent-${blockId} ${classHook}`}>
<div className={`${blockId} eb-social-links-wrapper`}>
<SocialLinks profilesOnly={profilesOnly} icnEffect={icnEffect} />
</div>
</div>
</BlockProps.Save>
);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| components | Folder | 0750 |
|
|
| constants | Folder | 0750 |
|
|
| attributes.js | File | 3.65 KB | 0640 |
|
| deprecated.js | File | 3.58 KB | 0640 |
|
| edit.js | File | 3.43 KB | 0640 |
|
| example.js | File | 674 B | 0640 |
|
| icon.svg | File | 1.97 KB | 0640 |
|
| index.js | File | 757 B | 0640 |
|
| inspector.js | File | 17.85 KB | 0640 |
|
| save.js | File | 655 B | 0640 |
|
| style.css | File | 2.58 KB | 0640 |
|
| style.js | File | 11.21 KB | 0640 |
|
| style.scss | File | 2.45 KB | 0640 |
|