Brak opisu

block.json 509B

1234567891011121314151617181920212223242526
  1. {
  2. "apiVersion": 2,
  3. "name": "core/more",
  4. "title": "More",
  5. "category": "design",
  6. "description": "Content before this block will be shown in the excerpt on your archives page.",
  7. "keywords": [ "read more" ],
  8. "textdomain": "default",
  9. "attributes": {
  10. "customText": {
  11. "type": "string"
  12. },
  13. "noTeaser": {
  14. "type": "boolean",
  15. "default": false
  16. }
  17. },
  18. "supports": {
  19. "customClassName": false,
  20. "className": false,
  21. "html": false,
  22. "multiple": false
  23. },
  24. "editorStyle": "wp-block-more-editor"
  25. }