暂无描述

block.json 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 2,
  4. "name": "core/search",
  5. "title": "Search",
  6. "category": "widgets",
  7. "description": "Help visitors find your content.",
  8. "keywords": [ "find" ],
  9. "textdomain": "default",
  10. "attributes": {
  11. "label": {
  12. "type": "string",
  13. "__experimentalRole": "content"
  14. },
  15. "showLabel": {
  16. "type": "boolean",
  17. "default": true
  18. },
  19. "placeholder": {
  20. "type": "string",
  21. "default": "",
  22. "__experimentalRole": "content"
  23. },
  24. "width": {
  25. "type": "number"
  26. },
  27. "widthUnit": {
  28. "type": "string"
  29. },
  30. "buttonText": {
  31. "type": "string",
  32. "__experimentalRole": "content"
  33. },
  34. "buttonPosition": {
  35. "type": "string",
  36. "default": "button-outside"
  37. },
  38. "buttonUseIcon": {
  39. "type": "boolean",
  40. "default": false
  41. }
  42. },
  43. "supports": {
  44. "align": [ "left", "center", "right" ],
  45. "color": {
  46. "gradients": true,
  47. "__experimentalSkipSerialization": true,
  48. "__experimentalDefaultControls": {
  49. "background": true,
  50. "text": true
  51. }
  52. },
  53. "__experimentalBorder": {
  54. "color": true,
  55. "radius": true,
  56. "width": true,
  57. "__experimentalSkipSerialization": true,
  58. "__experimentalDefaultControls": {
  59. "color": true,
  60. "radius": true,
  61. "width": true
  62. }
  63. },
  64. "html": false
  65. },
  66. "editorStyle": "wp-block-search-editor",
  67. "style": "wp-block-search"
  68. }