Nessuna descrizione

block.json 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "apiVersion": 2,
  3. "name": "core/social-links",
  4. "title": "Social Icons",
  5. "category": "widgets",
  6. "description": "Display icons linking to your social media profiles or websites.",
  7. "keywords": [ "links" ],
  8. "textdomain": "default",
  9. "attributes": {
  10. "iconColor": {
  11. "type": "string"
  12. },
  13. "customIconColor": {
  14. "type": "string"
  15. },
  16. "iconColorValue": {
  17. "type": "string"
  18. },
  19. "iconBackgroundColor": {
  20. "type": "string"
  21. },
  22. "customIconBackgroundColor": {
  23. "type": "string"
  24. },
  25. "iconBackgroundColorValue": {
  26. "type": "string"
  27. },
  28. "openInNewTab": {
  29. "type": "boolean",
  30. "default": false
  31. },
  32. "size": {
  33. "type": "string"
  34. }
  35. },
  36. "providesContext": {
  37. "openInNewTab": "openInNewTab",
  38. "iconColorValue": "iconColorValue",
  39. "iconBackgroundColorValue": "iconBackgroundColorValue"
  40. },
  41. "supports": {
  42. "align": [ "left", "center", "right" ],
  43. "anchor": true
  44. },
  45. "styles": [
  46. { "name": "default", "label": "Default", "isDefault": true },
  47. { "name": "logos-only", "label": "Logos Only" },
  48. { "name": "pill-shape", "label": "Pill Shape" }
  49. ],
  50. "editorStyle": "wp-block-social-links-editor",
  51. "style": "wp-block-social-links"
  52. }