Brak opisu

block.json 395B

1234567891011121314151617181920212223
  1. {
  2. "apiVersion": 2,
  3. "name": "core/code",
  4. "title": "Code",
  5. "category": "text",
  6. "description": "Display code snippets that respect your spacing and tabs.",
  7. "textdomain": "default",
  8. "attributes": {
  9. "content": {
  10. "type": "string",
  11. "source": "html",
  12. "selector": "code"
  13. }
  14. },
  15. "supports": {
  16. "anchor": true,
  17. "typography": {
  18. "fontSize": true
  19. }
  20. },
  21. "style": "wp-block-code"
  22. }