@wp-playground/blueprints 1.0.12 → 1.0.14
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-validator.js +2 -2
- package/blueprint-schema.json +1 -1
- package/index.cjs +41 -41
- package/index.js +1913 -1869
- package/lib/steps/install-plugin.d.ts +2 -2
- package/lib/steps/set-site-language.d.ts +6 -0
- package/package.json +11 -11
|
@@ -535,7 +535,7 @@ const schema11 = {
|
|
|
535
535
|
{ $ref: '#/definitions/DirectoryReference' },
|
|
536
536
|
],
|
|
537
537
|
description:
|
|
538
|
-
'The plugin files to install. It can be
|
|
538
|
+
'The plugin files to install. It can be a plugin zip file, a single PHP file, or a directory containing all the plugin files at its root.',
|
|
539
539
|
},
|
|
540
540
|
pluginZipFile: {
|
|
541
541
|
$ref: '#/definitions/FileReference',
|
|
@@ -3225,7 +3225,7 @@ const schema22 = {
|
|
|
3225
3225
|
{ $ref: '#/definitions/DirectoryReference' },
|
|
3226
3226
|
],
|
|
3227
3227
|
description:
|
|
3228
|
-
'The plugin files to install. It can be
|
|
3228
|
+
'The plugin files to install. It can be a plugin zip file, a single PHP file, or a directory containing all the plugin files at its root.',
|
|
3229
3229
|
},
|
|
3230
3230
|
pluginZipFile: {
|
|
3231
3231
|
$ref: '#/definitions/FileReference',
|
package/blueprint-schema.json
CHANGED
|
@@ -647,7 +647,7 @@
|
|
|
647
647
|
"$ref": "#/definitions/DirectoryReference"
|
|
648
648
|
}
|
|
649
649
|
],
|
|
650
|
-
"description": "The plugin files to install. It can be
|
|
650
|
+
"description": "The plugin files to install. It can be a plugin zip file, a single PHP file, or a directory containing all the plugin files at its root."
|
|
651
651
|
},
|
|
652
652
|
"pluginZipFile": {
|
|
653
653
|
"$ref": "#/definitions/FileReference",
|