mirror of
https://gh.wpcy.net/https://github.com/lubusIN/blablablocks-tabs-block.git
synced 2026-04-24 04:19:30 +08:00
38 lines
No EOL
1.1 KiB
JSON
38 lines
No EOL
1.1 KiB
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"landingPage": "/wp-admin/post.php?post=9&action=edit",
|
|
"login": true,
|
|
"features": {
|
|
"networking": true
|
|
},
|
|
"steps": [
|
|
{
|
|
"step": "updateUserMeta",
|
|
"meta": {
|
|
"admin_color": "modern",
|
|
"show_welcome_panel": 0
|
|
},
|
|
"userId": 1
|
|
},
|
|
{
|
|
"step": "setSiteOptions",
|
|
"options": {
|
|
"blogname": "Wordpress BlaBlaBlocks Tabs Block"
|
|
}
|
|
},
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginData": {
|
|
"resource": "url",
|
|
"url": "https://github-proxy.com/proxy/?repo=lubusIN/blablablocks-tabs-block&branch=playground"
|
|
}
|
|
},
|
|
{
|
|
"step": "importWxr",
|
|
"file": {
|
|
"resource": "url",
|
|
"url": "https://raw.githubusercontent.com/lubusIN/blablablocks-tabs-block/playground/_playground/demo-content.xml"
|
|
}
|
|
}
|
|
]
|
|
} |