Няма описание

block.json 694B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "apiVersion": 2,
  3. "name": "core/latest-comments",
  4. "title": "Latest Comments",
  5. "category": "widgets",
  6. "description": "Display a list of your most recent comments.",
  7. "keywords": [ "recent comments" ],
  8. "textdomain": "default",
  9. "attributes": {
  10. "commentsToShow": {
  11. "type": "number",
  12. "default": 5,
  13. "minimum": 1,
  14. "maximum": 100
  15. },
  16. "displayAvatar": {
  17. "type": "boolean",
  18. "default": true
  19. },
  20. "displayDate": {
  21. "type": "boolean",
  22. "default": true
  23. },
  24. "displayExcerpt": {
  25. "type": "boolean",
  26. "default": true
  27. }
  28. },
  29. "supports": {
  30. "align": true,
  31. "html": false
  32. },
  33. "editorStyle": "wp-block-latest-comments-editor",
  34. "style": "wp-block-latest-comments"
  35. }