@wp-playground/blueprints 0.5.4 → 0.5.5
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 -3
- package/index.cjs +30 -74
- package/index.d.ts +0 -1
- package/index.js +1141 -1215
- package/lib/steps/apply-wordpress-patches/index.d.ts +0 -32
- package/lib/steps/handlers.d.ts +1 -1
- package/lib/steps/index.d.ts +1 -1
- package/package.json +2 -2
- /package/lib/steps/{import-wp-content.d.ts → import-wordpress-files.d.ts} +0 -0
package/index.d.ts
CHANGED
|
@@ -930,7 +930,6 @@ export interface ApplyWordPressPatchesStep {
|
|
|
930
930
|
patchSecrets?: boolean;
|
|
931
931
|
disableSiteHealth?: boolean;
|
|
932
932
|
disableWpNewBlogNotification?: boolean;
|
|
933
|
-
makeEditorFrameControlled?: boolean;
|
|
934
933
|
prepareForRunningInsideWebBrowser?: boolean;
|
|
935
934
|
addFetchNetworkTransport?: boolean;
|
|
936
935
|
}
|