mirror of
https://gh.wpcy.net/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2026-05-01 17:03:01 +08:00
31 lines
No EOL
621 B
JSON
31 lines
No EOL
621 B
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"landingPage": "/wp-admin/post-new.php?post_type=blueprint",
|
|
"login": true,
|
|
"features": {
|
|
"networking": true
|
|
},
|
|
"steps": [
|
|
{
|
|
"step": "updateUserMeta",
|
|
"meta": {
|
|
"admin_color": "modern",
|
|
"show_welcome_panel": 0
|
|
},
|
|
"userId": 1
|
|
},
|
|
{
|
|
"step": "setSiteOptions",
|
|
"options": {
|
|
"blogname": "Visual Blueprint Builder"
|
|
}
|
|
},
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginData": {
|
|
"resource": "url",
|
|
"url": "https://github-proxy.com/proxy/?repo=lubusIN/visual-blueprint-builder&branch=playground"
|
|
}
|
|
}
|
|
]
|
|
} |