| 123456789101112131415161718192021222324252627282930 |
- {
- "$schema": "https://schemas.wp.org/trunk/block.json",
- "apiVersion": 3,
- "name": "create-block/tsu-financial-progress-block",
- "version": "0.1.0",
- "title": "Tsu Financial Progress Block",
- "category": "tsu-category",
- "icon": "smiley",
- "description": "Example block scaffolded with Create Block tool.",
- "example": {},
- "supports": {
- "html": false
- },
- "textdomain": "tsu-financial-progress-block",
- "editorScript": "file:./index.js",
- "editorStyle": "file:./index.css",
- "style": "file:./style-index.css",
- "render": "file:./render.php",
- "viewScript": "file:./view.js",
- "attributes": {
- "content": {
- "type": "string",
- "source": "html",
- "selector": "p"
- }
- },
- "usesContext": [
- "postId"
- ]
- }
|