docs(frontend-system): remove parameterised external route note

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-01-11 19:33:44 +01:00
parent 472a39e109
commit 394b286aa5
@@ -287,7 +287,6 @@ export default createPlugin({
export { default } from './plugin';
```
On important thing to highlight is that it is currently not possible to have parameterized `ExternalRouteRefs`, or to bind an external route to a parameterized route, although this may be added in the future if needed.
Now let's move on and configure the app to point to the Scaffolder create component page when the catalog create component ref be used.