golden hour
/var/www/html/wp-includes/blocks/social-link
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
568 B
Del
OK
editor-rtl.css
1.62 KB
Del
OK
editor-rtl.min.css
287 B
Del
OK
editor.css
1.62 KB
Del
OK
editor.min.css
287 B
Del
OK
Edit: block.json
{ "apiVersion": 2, "name": "core/social-link", "title": "Social Icon", "category": "widgets", "parent": [ "core/social-links" ], "description": "Display an icon linking to a social media profile or website.", "textdomain": "default", "attributes": { "url": { "type": "string" }, "service": { "type": "string" }, "label": { "type": "string" } }, "usesContext": [ "openInNewTab", "iconColorValue", "iconBackgroundColorValue" ], "supports": { "reusable": false, "html": false }, "editorStyle": "wp-block-social-link-editor" }
Save