mirror of
https://gh.wpcy.net/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2026-05-01 20:10:12 +08:00
26 lines
No EOL
587 B
JSON
26 lines
No EOL
587 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "playground-step/rmdir",
|
|
"version": "0.1.0",
|
|
"title": "Remove Directory",
|
|
"category": "file-system",
|
|
"description": "Removes a directory at the specified path.",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false,
|
|
"customClassName": false
|
|
},
|
|
"attributes": {
|
|
"step": {
|
|
"type": "string",
|
|
"default": "rmdir"
|
|
},
|
|
"path": {
|
|
"type": "string",
|
|
"default": ""
|
|
}
|
|
},
|
|
"textdomain": "wp-playground-blueprint-editor",
|
|
"editorScript": "file:./index.js"
|
|
} |