Use official WordPress Playground blueprint examples
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
{
|
||||
"landingPage": "/wp-admin/",
|
||||
"login": true,
|
||||
"steps": [
|
||||
{
|
||||
"step": "login",
|
||||
"username": "admin",
|
||||
"password": "password"
|
||||
"step": "installPlugin",
|
||||
"pluginData": {
|
||||
"resource": "wordpress.org/plugins",
|
||||
"slug": "coblocks"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -20,6 +20,6 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/blueprint.json&_t=3"></iframe>
|
||||
<iframe src="https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/blueprint.json&_t=4"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,45 +1,16 @@
|
||||
{
|
||||
"landingPage": "/wp-admin/",
|
||||
"login": true,
|
||||
"features": {
|
||||
"networking": true
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"step": "defineWpConfig",
|
||||
"name": "WP_ALLOW_MULTISITE",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"step": "defineWpConfig",
|
||||
"name": "MULTISITE",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"step": "defineWpConfig",
|
||||
"name": "SUBDOMAIN_INSTALL",
|
||||
"value": false
|
||||
},
|
||||
{
|
||||
"step": "defineWpConfig",
|
||||
"name": "DOMAIN_CURRENT_SITE",
|
||||
"value": "localhost"
|
||||
},
|
||||
{
|
||||
"step": "defineWpConfig",
|
||||
"name": "PATH_CURRENT_SITE",
|
||||
"value": "/"
|
||||
},
|
||||
{
|
||||
"step": "defineWpConfig",
|
||||
"name": "SITE_ID_CURRENT_SITE",
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"step": "defineWpConfig",
|
||||
"name": "BLOG_ID_CURRENT_SITE",
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"step": "login",
|
||||
"username": "admin",
|
||||
"password": "password"
|
||||
"step": "installPlugin",
|
||||
"pluginData": {
|
||||
"resource": "wordpress.org/plugins",
|
||||
"slug": "coblocks"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -20,6 +20,6 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=3"></iframe>
|
||||
<iframe src="https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/wpallstars/wp-plugin-starter-template-for-ai-coding/feature/testing-framework/playground/multisite-blueprint.json&_t=4"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user