Merge pull request #31683 from beverts312/techdocs-schema
fix(techdocs): use correct type for additionalAllowedUriProtocols
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Fixed schema type for additionalAllowedURIProtocols
|
||||
Vendored
+1
-1
@@ -67,7 +67,7 @@ export interface Config {
|
||||
* @see: https://raw.githubusercontent.com/cure53/DOMPurify/master/src/regexp.ts
|
||||
* @visibility frontend
|
||||
*/
|
||||
additionalAllowedURIProtocols?: string;
|
||||
additionalAllowedURIProtocols?: string[];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user