We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d882aa8 + 7e7cc6c commit 7b2fe12Copy full SHA for 7b2fe12
1 file changed
plugins/custom-form-example-plugin/src/customApi.tsx
@@ -70,6 +70,7 @@ class CustomFormExtensionsApi implements OrchestratorFormApi {
70
});
71
72
const countriesUrl =
73
+ this.configApi.getOptionalString('dynamicPlugins.frontend.custom-form-example-plugin.countriesUrl') ||
74
this.configApi.getOptionalString('custom-form-example-plugin.countriesUrl') ||
75
'https://missing.countryUrl.in.config';
76
0 commit comments