mirror of
https://fast.feibisi.com/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2026-07-29 08:48:06 +08:00
23 lines
No EOL
575 B
JSON
23 lines
No EOL
575 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "playground-step/enable-multisite",
|
|
"version": "0.1.0",
|
|
"title": "Enable Multisite",
|
|
"category": "config",
|
|
"description": "Defines the Multisite constants in a wp-config.php file.",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false,
|
|
"multiple": false,
|
|
"customClassName": false
|
|
},
|
|
"attributes": {
|
|
"step": {
|
|
"type": "string",
|
|
"default": "enableMultisite"
|
|
}
|
|
},
|
|
"textdomain": "wp-playground-blueprint-editor",
|
|
"editorScript": "file:./index.js"
|
|
} |