Add "view definition" link to scaffolder template card
See original GitHub issueFeature Suggestion
It is a challenge to find the definition for a template without knowing where it came from since it does not currently appear in the catalog. A “view definition” on the template card itself at /create
or at /create/<template-name>
would be very helpful.
Possible Implementation
Perhaps add a link to /catalog/default/template/<template-name>
Maybe something like this with view and edit links:

Context
I want to see the definition of a template.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Writing scaffolder templates - Roadie.io
The Roadie Backstage scaffolder is a feature that allows you to define software templates to create new software projects, update existing ...
Read more >Build your first SharePoint Adaptive Card Extension
Scaffold an Adaptive Card Extension project Create a new project directory for your project and change your current folder to that directory. ...
Read more >Writing Templates · Backstage Software Catalog and ...
You can create your own templates with a small yaml definition which describes the template and its metadata, along with some input variables...
Read more >MXmobile SDK Reference - Files Overview - MX Documentation
The dashboard view is filled with cards that give users previews of different features. This file allows you to customize the arrangement of...
Read more >ASP.NET MVC Scaffolding - GeeksforGeeks
In the Solution Explorer, right-click the controller's folder and select Add | New scaffolded item. Template: Choose “MVC with read/write ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’d like to pick up this issue if it’s not already being worked on
Closing - but feel free to re-open if you feel the view definition should also appear on the /create/<template> page. 😃