visual-blueprint-builder/build/steps/cp/block.json
GitHub Action defbf3f0f4 Add files
2025-10-02 15:51:11 +00:00

30 lines
No EOL
637 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "playground-step/cp",
"version": "0.1.0",
"title": "Copy",
"category": "file-system",
"description": "Copies a file from one path to another.",
"example": {},
"supports": {
"html": false,
"customClassName": false
},
"attributes": {
"step": {
"type": "string",
"default": "cp"
},
"fromPath": {
"type": "string",
"default": ""
},
"toPath": {
"type": "string",
"default": ""
}
},
"textdomain": "wp-playground-blueprint-editor",
"editorScript": "file:./index.js"
}