mirror of
https://fast.feibisi.com/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2026-07-31 02:45:59 +08:00
30 lines
No EOL
684 B
JSON
30 lines
No EOL
684 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "playground-step/activate-plugin",
|
|
"version": "0.1.0",
|
|
"title": "Activate plugin",
|
|
"category": "extend",
|
|
"description": "Activates a WordPress plugin (if it's installed).",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false,
|
|
"customClassName": false
|
|
},
|
|
"attributes": {
|
|
"step": {
|
|
"type": "string",
|
|
"default": "activatePlugin"
|
|
},
|
|
"pluginName": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"pluginPath": {
|
|
"type": "string",
|
|
"default": ""
|
|
}
|
|
},
|
|
"textdomain": "wp-playground-blueprint-editor",
|
|
"editorScript": "file:./index.js"
|
|
} |