mirror of
https://gh.wpcy.net/https://github.com/lubusIN/blablablocks-tabs-block.git
synced 2026-04-24 04:19:30 +08:00
31 lines
771 B
JSON
31 lines
771 B
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"landingPage": "/wp-admin/post.php?post=4&action=edit",
|
|
"login": true,
|
|
"features": {
|
|
"networking": true
|
|
},
|
|
"steps": [
|
|
{
|
|
"step": "updateUserMeta",
|
|
"meta": {
|
|
"admin_color": "modern",
|
|
"show_welcome_panel": 0
|
|
},
|
|
"userId": 1
|
|
},
|
|
{
|
|
"step": "setSiteOptions",
|
|
"options": {
|
|
"blogname": "BlaBlaBlocks Tabs | Local Dev 🧑💻"
|
|
}
|
|
},
|
|
{
|
|
"step": "importWxr",
|
|
"file": {
|
|
"resource": "bundled",
|
|
"path": "/demo-content.xml"
|
|
}
|
|
}
|
|
]
|
|
}
|