Nav apraksta

block.json 835B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "apiVersion": 2,
  3. "name": "core/post-title",
  4. "title": "Post Title",
  5. "category": "theme",
  6. "description": "Displays the title of a post, page, or any other content-type.",
  7. "textdomain": "default",
  8. "usesContext": [ "postId", "postType", "queryId" ],
  9. "attributes": {
  10. "textAlign": {
  11. "type": "string"
  12. },
  13. "level": {
  14. "type": "number",
  15. "default": 2
  16. },
  17. "isLink": {
  18. "type": "boolean",
  19. "default": false
  20. },
  21. "rel": {
  22. "type": "string",
  23. "attribute": "rel",
  24. "default": ""
  25. },
  26. "linkTarget": {
  27. "type": "string",
  28. "default": "_self"
  29. }
  30. },
  31. "supports": {
  32. "align": [ "wide", "full" ],
  33. "html": false,
  34. "color": {
  35. "gradients": true,
  36. "link": true
  37. },
  38. "typography": {
  39. "fontSize": true,
  40. "lineHeight": true,
  41. "__experimentalFontFamily": true
  42. }
  43. },
  44. "style": "wp-block-post-title"
  45. }