mirror of
https://gh.wpcy.net/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2026-05-06 21:42:41 +08:00
38 lines
No EOL
767 B
JSON
38 lines
No EOL
767 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": "Playground Blueprint Editor"
|
|
}
|
|
},
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginZipFile": {
|
|
"resource": "url",
|
|
"url": "https://github-proxy.com/proxy/?repo=lubusIN/block-editor-for-playground-blueprint&branch=demo"
|
|
}
|
|
},
|
|
{
|
|
"step": "installTheme",
|
|
"themeZipFile": {
|
|
"resource": "wordpress.org/themes",
|
|
"slug": "twentytwentyfour"
|
|
}
|
|
}
|
|
]
|
|
} |