visual-blueprint-builder/build/steps/rm/block.json
2025-07-29 18:37:15 +00:00

26 lines
No EOL
571 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "playground-step/rm",
"version": "0.1.0",
"title": "Remove File",
"category": "file-system",
"description": "Removes a file at the specified path.",
"example": {},
"supports": {
"html": false,
"customClassName": false
},
"attributes": {
"step": {
"type": "string",
"default": "rm"
},
"path": {
"type": "string",
"default": ""
}
},
"textdomain": "wp-playground-blueprint-editor",
"editorScript": "file:./index.js"
}