create-block-theme/.wordpress-org/blueprints/blueprint.json
Matias Benedetto 25da402206
update url for blueprint (#658)
Co-authored-by: Jason Crist <146530+pbking@users.noreply.github.com>
2024-06-03 11:19:35 +02:00

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"
}
}
]
}