Keine Beschreibung

block.json 509B

12345678910111213141516171819202122232425262728
  1. {
  2. "apiVersion": 2,
  3. "name": "core/missing",
  4. "title": "Unsupported",
  5. "category": "text",
  6. "description": "Your site doesn’t include support for this block.",
  7. "textdomain": "default",
  8. "attributes": {
  9. "originalName": {
  10. "type": "string"
  11. },
  12. "originalUndelimitedContent": {
  13. "type": "string"
  14. },
  15. "originalContent": {
  16. "type": "string",
  17. "source": "html"
  18. }
  19. },
  20. "supports": {
  21. "className": false,
  22. "customClassName": false,
  23. "inserter": false,
  24. "html": false,
  25. "reusable": false
  26. }
  27. }