Aucune description

block.json 892B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "apiVersion": 2,
  3. "name": "core/site-title",
  4. "title": "Site Title",
  5. "category": "design",
  6. "description": "Displays and allows editing the name of the site. The site title usually appears in the browser title bar, in search results, and more. Also available in Settings > General.",
  7. "textdomain": "default",
  8. "attributes": {
  9. "level": {
  10. "type": "number",
  11. "default": 1
  12. },
  13. "textAlign": {
  14. "type": "string"
  15. }
  16. },
  17. "supports": {
  18. "align": [ "wide", "full" ],
  19. "html": false,
  20. "color": {
  21. "gradients": true,
  22. "text": false,
  23. "link": true
  24. },
  25. "spacing": {
  26. "padding": true,
  27. "margin": true
  28. },
  29. "typography": {
  30. "fontSize": true,
  31. "lineHeight": true,
  32. "__experimentalFontFamily": true,
  33. "__experimentalTextTransform": true,
  34. "__experimentalFontStyle": true,
  35. "__experimentalFontWeight": true
  36. }
  37. },
  38. "editorStyle": "wp-block-site-title-editor"
  39. }