Nessuna descrizione

block.json 637B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "apiVersion": 2,
  3. "name": "core/post-excerpt",
  4. "title": "Post Excerpt",
  5. "category": "theme",
  6. "description": "Display a post's excerpt.",
  7. "textdomain": "default",
  8. "attributes": {
  9. "textAlign": {
  10. "type": "string"
  11. },
  12. "moreText": {
  13. "type": "string"
  14. },
  15. "showMoreOnNewLine": {
  16. "type": "boolean",
  17. "default": true
  18. }
  19. },
  20. "usesContext": [ "postId", "postType", "queryId" ],
  21. "supports": {
  22. "html": false,
  23. "color": {
  24. "gradients": true,
  25. "link": true
  26. },
  27. "typography": {
  28. "fontSize": true,
  29. "lineHeight": true
  30. }
  31. },
  32. "editorStyle": "wp-block-post-excerpt-editor",
  33. "style": "wp-block-post-excerpt"
  34. }