backstage-plugin-toolbox
backstage-plugin-toolbox copied to clipboard
Entity describer shows wrong order in yaml format
I have noticed the entity describer shows the properties in the wrong order on users, groups, website and possibly other type of entities. I assume this is just a simple change in the way the data is displayed
Once I have some spare time I can look into fixing this
I think the describer just returns whatever catalog api returns.
@drodil Yeah that is what I assumed, thought I might change it to be the same format as the actual entity files. Because it is a bit confusing to see it in the wrong order.
Once I have time I can make a pr for it if you agree that this is a valid improvement