Skip to content

Commit fed4ea4

Browse files
committed
review suggestions incorporated
1 parent 454f547 commit fed4ea4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assemblies/dynamic-plugins/assembly-install-third-party-plugins-rhdh.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The location of the `dynamic-plugin-config.yaml` file depends on the deployment
88

99
Plugins are defined in the `plugins` array within the `dynamic-plugin-config.yaml` file. Each plugin is represented as an object with the following properties:
1010

11-
* `package`: The plugin's package definition, which can be an OCI image, a TGZ file, a JavaScript package, or a directory path
11+
* `package`: The plugin's package definition, which can be an OCI image, a TGZ file, a JavaScript package, or a directory path.
1212
* `disabled`: A boolean value indicating whether the plugin is enabled or disabled.
1313
* `integrity`: The integrity hash of the package, required for TGZ file and JavaScript packages.
1414
* `pluginConfig`: The plugin's configuration. For backend plugins, this is optional; for frontend plugins, it is required. The `pluginConfig` is a fragment of the `app-config.yaml` file, and any added properties are merged with the {product-very-short} `app-config.yaml` file.

modules/dynamic-plugins/proc-create-plugin-js-package.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ You can add the following to your `package.json` file before running the `export
3434
}
3535
----
3636
37-
If you modify the `publishConfig` after exporting the dynamic plugin, re-run the `export-dynamic-plugin` command to ensure the correct configuration is included.
37+
If you modify `publishConfig` after exporting the dynamic plugin, re-run the `export-dynamic-plugin` command to ensure the correct configuration is included.
3838
====
3939
--

modules/dynamic-plugins/proc-load-plugin-oci-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins:
2323

2424
. Configure authentication for private registries by setting the `REGISTRY_AUTH_FILE` environment variable to the path of the registry configuration file. For example, `~/.config/containers/auth.json` or `~/.docker/config.json`.
2525

26-
. To perform an integrity check, use the image digest in place of the tag in `dynamic-plugins.yaml` file as follows:
26+
. To perform an integrity check, use the image digest in place of the tag in the `dynamic-plugins.yaml` file as follows:
2727
+
2828
--
2929
.Example configuration in `dynamic-plugins.yaml` file

0 commit comments

Comments
 (0)