@wp-playground/blueprints 0.6.0 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blueprint-schema.json +0 -47
- package/index.cjs +43 -387
- package/index.d.ts +3 -18
- package/index.js +1134 -1639
- package/lib/steps/enable-multisite.d.ts +1 -1
- package/lib/steps/handlers.d.ts +0 -1
- package/lib/steps/index.d.ts +2 -3
- package/package.json +2 -2
- package/lib/steps/apply-wordpress-patches/index.d.ts +0 -16
package/blueprint-schema.json
CHANGED
|
@@ -373,53 +373,6 @@
|
|
|
373
373
|
},
|
|
374
374
|
"required": ["step", "themeFolderName"]
|
|
375
375
|
},
|
|
376
|
-
{
|
|
377
|
-
"type": "object",
|
|
378
|
-
"additionalProperties": false,
|
|
379
|
-
"properties": {
|
|
380
|
-
"progress": {
|
|
381
|
-
"type": "object",
|
|
382
|
-
"properties": {
|
|
383
|
-
"weight": {
|
|
384
|
-
"type": "number"
|
|
385
|
-
},
|
|
386
|
-
"caption": {
|
|
387
|
-
"type": "string"
|
|
388
|
-
}
|
|
389
|
-
},
|
|
390
|
-
"additionalProperties": false
|
|
391
|
-
},
|
|
392
|
-
"step": {
|
|
393
|
-
"type": "string",
|
|
394
|
-
"const": "applyWordPressPatches"
|
|
395
|
-
},
|
|
396
|
-
"siteUrl": {
|
|
397
|
-
"type": "string"
|
|
398
|
-
},
|
|
399
|
-
"wordpressPath": {
|
|
400
|
-
"type": "string"
|
|
401
|
-
},
|
|
402
|
-
"addPhpInfo": {
|
|
403
|
-
"type": "boolean"
|
|
404
|
-
},
|
|
405
|
-
"patchSecrets": {
|
|
406
|
-
"type": "boolean"
|
|
407
|
-
},
|
|
408
|
-
"disableSiteHealth": {
|
|
409
|
-
"type": "boolean"
|
|
410
|
-
},
|
|
411
|
-
"disableWpNewBlogNotification": {
|
|
412
|
-
"type": "boolean"
|
|
413
|
-
},
|
|
414
|
-
"prepareForRunningInsideWebBrowser": {
|
|
415
|
-
"type": "boolean"
|
|
416
|
-
},
|
|
417
|
-
"addFetchNetworkTransport": {
|
|
418
|
-
"type": "boolean"
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
"required": ["step"]
|
|
422
|
-
},
|
|
423
376
|
{
|
|
424
377
|
"type": "object",
|
|
425
378
|
"additionalProperties": false,
|