mirror of
https://fast.feibisi.com/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2026-07-29 12:13:35 +08:00
43 lines
No EOL
907 B
JSON
43 lines
No EOL
907 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "playground-step/write-file",
|
|
"version": "0.1.0",
|
|
"title": "Write File",
|
|
"category": "file-system",
|
|
"description": "Writes data to a file at the specified path.",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false,
|
|
"customClassName": false
|
|
},
|
|
"attributes": {
|
|
"step": {
|
|
"type": "string",
|
|
"default": "writeFile"
|
|
},
|
|
"path": {
|
|
"type": "string"
|
|
},
|
|
"data": {
|
|
"type": [
|
|
"string",
|
|
"object"
|
|
],
|
|
"default": "",
|
|
"properties": {
|
|
"resource": {
|
|
"type": "string",
|
|
"default": "url"
|
|
},
|
|
"url": {
|
|
"type": "string",
|
|
"default": ""
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|
|
},
|
|
"textdomain": "wp-playground-blueprint-editor",
|
|
"editorScript": "file:./index.js"
|
|
} |