You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
876 B

1 year ago
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 3,
  4. "name": "core/list-item",
  5. "title": "List item",
  6. "category": "text",
  7. "parent": [ "core/list" ],
  8. "description": "Create a list item.",
  9. "textdomain": "default",
  10. "attributes": {
  11. "placeholder": {
  12. "type": "string"
  13. },
  14. "content": {
  15. "type": "string",
  16. "source": "html",
  17. "selector": "li",
  18. "default": "",
  19. "__experimentalRole": "content"
  20. }
  21. },
  22. "supports": {
  23. "className": false,
  24. "__experimentalSelector": "li",
  25. "typography": {
  26. "fontSize": true,
  27. "lineHeight": true,
  28. "__experimentalFontFamily": true,
  29. "__experimentalFontWeight": true,
  30. "__experimentalFontStyle": true,
  31. "__experimentalTextTransform": true,
  32. "__experimentalTextDecoration": true,
  33. "__experimentalLetterSpacing": true,
  34. "__experimentalDefaultControls": {
  35. "fontSize": true
  36. }
  37. }
  38. }
  39. }