Skip to content

Commit

Permalink
Freshen embedded documentation in Blueprint schema
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Nov 28, 2024
1 parent 65e4565 commit 1daf0da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ const schema11 = {
{ $ref: '#/definitions/DirectoryReference' },
],
description:
'The plugin files to install. It can be either a plugin zip file, or a directory containing all the plugin files at its root.',
'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.',
},
pluginZipFile: {
$ref: '#/definitions/FileReference',
Expand Down Expand Up @@ -3225,7 +3225,7 @@ const schema22 = {
{ $ref: '#/definitions/DirectoryReference' },
],
description:
'The plugin files to install. It can be either a plugin zip file, or a directory containing all the plugin files at its root.',
'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.',
},
pluginZipFile: {
$ref: '#/definitions/FileReference',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
"$ref": "#/definitions/DirectoryReference"
}
],
"description": "The plugin files to install. It can be either a plugin zip file, or a directory containing all the plugin files at its root."
"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."
},
"pluginZipFile": {
"$ref": "#/definitions/FileReference",
Expand Down

0 comments on commit 1daf0da

Please sign in to comment.