Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: configuration for showing additional sub generator tiles on the… #862

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

alex-gilin
Copy link
Contributor

… main page

Sub generators tiles in Template Wizard.

If you want to show tile for sub generator you should add the following configuration in the package.json in the main generator:

"additional_generators": [ { 
   "namespace": "@namespace/dummy:adaptation-project",   // should be the namespace of the sub generator
   "displayName": "Sub Generator Tile",   // is used for the name in the tile
   "description": "Sub generator description",  // is used for the description in the tile
   "homePage": "https://home.page", 
   "image": "image.png"   // icon in tile of the sub generator
} ]

credit to @GDamyanov

@alex-gilin alex-gilin requested a review from rimasirich January 7, 2025 08:59
@alex-gilin alex-gilin merged commit 6fa1330 into master Jan 7, 2025
4 checks passed
@alex-gilin alex-gilin deleted the sub branch January 7, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants