Update four-walls-perform.md

Signed-off-by: Ben Lambert <ben@blam.sh>
Signed-off-by: blam <ben@blam.sh>
Signed-off-by: Ladislav Vitásek <vity@vity.cz>
This commit is contained in:
Ben Lambert
2024-01-30 09:42:50 +01:00
committed by Ladislav Vitásek
parent 089f5800b4
commit 16e3f31218
+2 -1
View File
@@ -2,4 +2,5 @@
'@backstage/plugin-scaffolder': minor
---
Scaffolding - EntityPicker component - now it does not load full entity data, only a specified set - defaults to `['metadata.name', 'metadata.namespace', 'metadata.title', 'kind']`. It can significantly reduce loaded time bigger data set. It's possible to set fields to ignore configure via `fields` in UI options of the EntityPicker component.
Updating the `EntityPicker` to only select by default `kind` `metadata.name` `metadata.namespace` and `metadata.title` by default to improve performance on larger datasets.