mirror of
https://gh.wpcy.net/https://github.com/WordPress/create-block-theme.git
synced 2026-04-24 10:16:10 +08:00
21 lines
417 B
JSON
21 lines
417 B
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"landingPage": "/wp-admin/themes.php?page=create-block-theme-landing",
|
|
"features": {
|
|
"networking": true
|
|
},
|
|
"steps": [
|
|
{
|
|
"step": "login",
|
|
"username": "admin",
|
|
"password": "password"
|
|
},
|
|
{
|
|
"step": "installPlugin",
|
|
"pluginZipFile": {
|
|
"resource": "wordpress.org/plugins",
|
|
"slug": "create-block-theme"
|
|
}
|
|
}
|
|
]
|
|
}
|