Brak opisu

block.json 885B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "apiVersion": 2,
  3. "name": "core/paragraph",
  4. "title": "Paragraph",
  5. "category": "text",
  6. "description": "Start with the building block of all narrative.",
  7. "keywords": [ "text" ],
  8. "textdomain": "default",
  9. "attributes": {
  10. "align": {
  11. "type": "string"
  12. },
  13. "content": {
  14. "type": "string",
  15. "source": "html",
  16. "selector": "p",
  17. "default": "",
  18. "__experimentalRole": "content"
  19. },
  20. "dropCap": {
  21. "type": "boolean",
  22. "default": false
  23. },
  24. "placeholder": {
  25. "type": "string"
  26. },
  27. "direction": {
  28. "type": "string",
  29. "enum": [ "ltr", "rtl" ]
  30. }
  31. },
  32. "supports": {
  33. "anchor": true,
  34. "className": false,
  35. "color": {
  36. "link": true
  37. },
  38. "typography": {
  39. "fontSize": true,
  40. "lineHeight": true
  41. },
  42. "__experimentalSelector": "p",
  43. "__unstablePasteTextInline": true
  44. },
  45. "editorStyle": "wp-block-paragraph-editor",
  46. "style": "wp-block-paragraph"
  47. }