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

Title and description present in schema.json is not being shown in the NX console #1224

Closed
sonikasharma1403 opened this issue Jan 21, 2022 · 3 comments · Fixed by #1225
Closed
Labels
type: bug Something isn't working

Comments

@sonikasharma1403
Copy link

sonikasharma1403 commented Jan 21, 2022

Current Behavior

  • Title and description present in schema.json is not shown in the Nx Console Search Bar
    image

Expected Behavior

  • Values should be respected
    image

Steps to Reproduce

  • create a workspace generator
    image
  • Add title and description in schema.json
    image
  • Go to Nx Search bar and search for the generator. Notice that title and description is not shown
    image
@sonikasharma1403 sonikasharma1403 added the type: bug Something isn't working label Jan 21, 2022
@Cammisuli
Copy link
Member

Good call! This was something that was never shown, but to keep it consistent with the other generators/schematics, this is something that can be fixed 😄

@sonikasharma1403
Copy link
Author

sonikasharma1403 commented Jan 24, 2022

Thank you for the quick fix.

Could you please deploy the changes as well? as the changes are not visible with the latest Nx Console.

@Cammisuli
Copy link
Member

Hopefully I'll have this released this week. There's some more things I need to test with some other features before I release it. And also, just as an FYI, only the description will show up because the title directly correlates to the cli command to be executed. So if you want the title to change, change the id property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants