blablablocks-tabs-block/.wordpress-org/blueprints/blueprint.json
punitverma123 09c0cb927d
Some checks failed
Plugin Check / plugin-check (push) Has been cancelled
Sync to Playground / build-and-push-on-push (push) Has been cancelled
feat: add deploy to wordpress-org workflow and update .distignore
2026-05-14 13:38:34 +05:30

38 lines
No EOL
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",
"pluginZipFile": {
"resource": "wordpress.org/plugins",
"slug": "blablablocks-tabs-block"
}
},
{
"step": "importWxr",
"file": {
"resource": "url",
"url": "https://raw.githubusercontent.com/lubusIN/blablablocks-tabs-block/playground/_playground/demo-content.xml"
}
}
]
}