mirror of
https://gh.wpcy.net/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2026-05-02 23:55:51 +08:00
37 lines
No EOL
772 B
JSON
37 lines
No EOL
772 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "playground-step/import-wxr",
|
|
"version": "0.1.0",
|
|
"title": "Import Wxr",
|
|
"category": "data",
|
|
"description": "Imports a WXR file into WordPress.",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false,
|
|
"customClassName": false
|
|
},
|
|
"attributes": {
|
|
"step": {
|
|
"type": "string",
|
|
"default": "importWxr"
|
|
},
|
|
"file": {
|
|
"type": "object",
|
|
"default": {
|
|
"resource": "url",
|
|
"url": ""
|
|
},
|
|
"properties": {
|
|
"resource": {
|
|
"type": "string"
|
|
},
|
|
"url": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"textdomain": "wp-playground-blueprint-editor",
|
|
"editorScript": "file:./index.js"
|
|
} |