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.

60 lines
1.2 KiB

1 year ago
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 3,
  4. "name": "core/site-logo",
  5. "title": "Site Logo",
  6. "category": "theme",
  7. "description": "Display an image to represent this site. Update this block and the changes apply everywhere.",
  8. "textdomain": "default",
  9. "attributes": {
  10. "width": {
  11. "type": "number"
  12. },
  13. "isLink": {
  14. "type": "boolean",
  15. "default": true
  16. },
  17. "linkTarget": {
  18. "type": "string",
  19. "default": "_self"
  20. },
  21. "shouldSyncIcon": {
  22. "type": "boolean"
  23. }
  24. },
  25. "example": {
  26. "viewportWidth": 500,
  27. "attributes": {
  28. "width": 350,
  29. "className": "block-editor-block-types-list__site-logo-example"
  30. }
  31. },
  32. "supports": {
  33. "html": false,
  34. "align": true,
  35. "alignWide": false,
  36. "color": {
  37. "__experimentalDuotone": "img, .components-placeholder__illustration, .components-placeholder::before",
  38. "text": false,
  39. "background": false
  40. },
  41. "spacing": {
  42. "margin": true,
  43. "padding": true,
  44. "__experimentalDefaultControls": {
  45. "margin": false,
  46. "padding": false
  47. }
  48. }
  49. },
  50. "styles": [
  51. {
  52. "name": "default",
  53. "label": "Default",
  54. "isDefault": true
  55. },
  56. { "name": "rounded", "label": "Rounded" }
  57. ],
  58. "editorStyle": "wp-block-site-logo-editor",
  59. "style": "wp-block-site-logo"
  60. }