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.

74 lines
1.6 KiB

1 year ago
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 3,
  4. "name": "core/pullquote",
  5. "title": "Pullquote",
  6. "category": "text",
  7. "description": "Give special visual emphasis to a quote from your text.",
  8. "textdomain": "default",
  9. "attributes": {
  10. "value": {
  11. "type": "string",
  12. "source": "html",
  13. "selector": "p",
  14. "__experimentalRole": "content"
  15. },
  16. "citation": {
  17. "type": "string",
  18. "source": "html",
  19. "selector": "cite",
  20. "default": "",
  21. "__experimentalRole": "content"
  22. },
  23. "textAlign": {
  24. "type": "string"
  25. }
  26. },
  27. "supports": {
  28. "anchor": true,
  29. "align": [ "left", "right", "wide", "full" ],
  30. "color": {
  31. "gradients": true,
  32. "background": true,
  33. "link": true,
  34. "__experimentalDefaultControls": {
  35. "background": true,
  36. "text": true
  37. }
  38. },
  39. "typography": {
  40. "fontSize": true,
  41. "lineHeight": true,
  42. "__experimentalFontFamily": true,
  43. "__experimentalFontWeight": true,
  44. "__experimentalFontStyle": true,
  45. "__experimentalTextTransform": true,
  46. "__experimentalTextDecoration": true,
  47. "__experimentalLetterSpacing": true,
  48. "__experimentalDefaultControls": {
  49. "fontSize": true,
  50. "fontAppearance": true
  51. }
  52. },
  53. "__experimentalBorder": {
  54. "color": true,
  55. "radius": true,
  56. "style": true,
  57. "width": true,
  58. "__experimentalDefaultControls": {
  59. "color": true,
  60. "radius": true,
  61. "style": true,
  62. "width": true
  63. }
  64. },
  65. "__experimentalStyle": {
  66. "typography": {
  67. "fontSize": "1.5em",
  68. "lineHeight": "1.6"
  69. }
  70. }
  71. },
  72. "editorStyle": "wp-block-pullquote-editor",
  73. "style": "wp-block-pullquote"
  74. }