You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
712 B

1 year ago
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 3,
  4. "name": "core/social-link",
  5. "title": "Social Icon",
  6. "category": "widgets",
  7. "parent": [ "core/social-links" ],
  8. "description": "Display an icon linking to a social media profile or site.",
  9. "textdomain": "default",
  10. "attributes": {
  11. "url": {
  12. "type": "string"
  13. },
  14. "service": {
  15. "type": "string"
  16. },
  17. "label": {
  18. "type": "string"
  19. },
  20. "rel": {
  21. "type": "string"
  22. }
  23. },
  24. "usesContext": [
  25. "openInNewTab",
  26. "showLabels",
  27. "iconColor",
  28. "iconColorValue",
  29. "iconBackgroundColor",
  30. "iconBackgroundColorValue"
  31. ],
  32. "supports": {
  33. "reusable": false,
  34. "html": false
  35. },
  36. "editorStyle": "wp-block-social-link-editor"
  37. }