aws/codecatalyst-blueprints

Wizard does not respect @displayName

alexforsyth opened this issue · 1 comments

The wizard does not respect the @displayName annotation today.

 /**
    * @displayName Repository and folder names
    * @collapsed true
    */
  webappOptions: {
    /**

We should override the wizard option and respect the @displayName

Fixed