We are incrementally trying to adopt the NFS for our Backstage deployment. I am attempting to update to use the NFS version of scaffolder so I don't have to make a old frontend system plugin for adding a new custom field. However, when attempting to do the migration, I noticed we already use things like groups, headerOptions, etc. to override certain things. The Router component in Scaffolder is not exposed as importable by the current system. What would be the best way to go about this?
- Submit a patch to export Router from Scaffolder so we can override at that level?
- Submit a patch to create more extension points to take those as inputs?
- Some other option?