block.json 560 B

12345678910111213141516171819
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 3,
  4. "name": "create-block/tsu-financial-progress-block",
  5. "version": "0.1.0",
  6. "title": "Tsu Financial Progress Block",
  7. "category": "widgets",
  8. "icon": "smiley",
  9. "description": "Example block scaffolded with Create Block tool.",
  10. "example": {},
  11. "supports": {
  12. "html": false
  13. },
  14. "textdomain": "tsu-financial-progress-block",
  15. "editorScript": "file:./index.js",
  16. "editorStyle": "file:./index.css",
  17. "style": "file:./style-index.css",
  18. "viewScript": "file:./view.js"
  19. }