FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-addons
/
cozy-blocks
/
dist
/
social-share
/
build
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "cozy-block/social-share", "title": "Social Shares", "description": "Encourage seamless content sharing with our 'Social Shares' block, featuring eye-catching social media icons for enhanced engagement and wider reach.", "category": "cozy-block", "textdomain": "cozy-addons", "supports": { "html": false }, "attributes": { "cover": { "type": "string", "default": "" }, "blockClientId": { "type": "string", "default": "" }, "enableLabel": { "type": "boolean", "default": false }, "iconDisplay": { "type": "object", "default": { "orientation": "horizontal", "alignment": "left", "left": 10, "right": -30 } }, "selectedSocialList": { "type": "array", "default": [ { "label": "Email", "value": "email", "shareUrl": "mailto:?subject=", "enabled": false, "iconColor": "#15a5ee", "iconColorHover": "", "bgColor": "", "bgColorHover": "" }, { "label": "Facebook", "value": "facebook", "shareUrl": "https://www.facebook.com/sharer/sharer.php?u=", "enabled": true, "iconColor": "#1877f2", "iconColorHover": "", "bgColor": "", "bgColorHover": "" }, { "label": "Linkedin", "value": "linkedin", "shareUrl": "https://www.linkedin.com/shareArticle?title=", "enabled": true, "iconColor": "#0a66c2", "iconColorHover": "", "bgColor": "", "bgColorHover": "" }, { "label": "Pinterest", "value": "pinterest", "shareUrl": "https://www.pinterest.com/pin/create/button/?url=", "enabled": false, "iconColor": "#cc0000", "iconColorHover": "", "bgColor": "", "bgColorHover": "" }, { "label": "Reddit", "value": "reddit", "shareUrl": "https://reddit.com/submit?title=", "enabled": false, "iconColor": "#ff5700", "iconColorHover": "", "bgColor": "", "bgColorHover": "" }, { "label": "Telegram", "value": "telegram", "shareUrl": "https://t.me/share/url?text=", "enabled": false, "iconColor": "#0088cc", "iconColorHover": "", "bgColor": "", "bgColorHover": "" }, { "label": "Tumblr", "value": "tumblr", "shareUrl": "https://www.tumblr.com/widgets/share/tool?canonicalUrl=", "enabled": false, "iconColor": "#35465d", "iconColorHover": "", "bgColor": "", "bgColorHover": "" }, { "label": "Twitter", "value": "twitter", "shareUrl": "https://twitter.com/share?text=", "enabled": true, "iconColor": "#000", "iconColorHover": "", "bgColor": "", "bgColorHover": "" }, { "label": "Whatsapp", "value": "whatsapp", "shareUrl": "https://api.whatsapp.com/send?text=", "enabled": true, "iconColor": "#25d366", "iconColorHover": "", "bgColor": "", "bgColorHover": "" } ] }, "iconSize": { "type": "number", "default": 20 }, "iconGap": { "type": "number", "default": 10 }, "iconColor": { "type": "string", "default": "" }, "iconColorHover": { "type": "string", "default": "" }, "boxStyles": { "type": "object", "default": { "padding": { "top": 5, "right": 5, "bottom": 5, "left": 5 }, "borderType": "none", "borderWidth": 1, "borderColor": "#000", "borderColorHover": "", "borderRadius": 50, "bgColor": "", "bgColorHover": "" } }, "typography": { "type": "object", "default": { "fontFamily": "Inter", "fontSize": 14, "color": "#fff", "colorHover": "", "fontWeight": 400 } } }, "editorScript": [ "cozy-block--social-share" ], "editorStyle": "cozy-block--social-share--editor-style", "style": [ "cozy-block--social-share--style" ], "render": "file:./render.php" }
Save
Back