feat: use new UrlReader in PlaceholderProcessor

This commit is contained in:
Oliver Sand
2020-10-08 11:51:23 +02:00
parent 55602200a3
commit ce1f553981
5 changed files with 94 additions and 116 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-catalog-backend': minor
---
Use the new `UrlReader` in `PlaceholderProcessor`.
This allows to use the placeholder processor to include API definitions in API entities.
Previously it was only possible to do this if the definition comes from the same location type as the entity itself.