vendure-ecommerce/vendure

Add description and page tabs to custom route component

rein1410 opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Current custom route component is lacking the ability to modify page tabs and description.

Describe the solution you'd like
Have admin ui's RouteComponent to be the same as PageComponent, so that registerRouteComponent and add description and locationId via the routeConfig and can modify the tabs and description of RouteComponent, or have them inline with the title property.

Added PR: #2923