diff --git a/README.md b/README.md index d574676..d9bc90b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Add the following entry to the [RHDH plugins ConfigMap](https://docs.redhat.com/ pluginConfig: dynamicPlugins: frontend: - extended-form-example-plugin: + custom-form-example-plugin: apiFactories: - importName: formApiFactory ``` @@ -65,4 +65,4 @@ Access the Custom Form: Open RHDH in your browser. Navigate to the Orchestrator > **Note:** This example is specific to a single workflow. Since only one plugin like this can be provided, a generic implementation is recommended to support all workflows. For example, using a property like `ui:validationType` can allow the plugin to provide custom validations for various `validationType` values. -More details on the archistrator are available [here](https://github.com/janus-idp/backstage-plugins/tree/release-1.3/plugins/orchestrator-form-api#readme). \ No newline at end of file +More details on the archistrator are available [here](https://github.com/janus-idp/backstage-plugins/tree/release-1.3/plugins/orchestrator-form-api#readme).