swaggerwcf icon indicating copy to clipboard operation
swaggerwcf copied to clipboard

Hide all tags

Open xkzt0 opened this issue 6 years ago • 1 comments

Is it possible to hide all tags using some wildcard? I tried '*' with no success. In the example below I was trying to only make visible the "User" tag.

  <swaggerwcf>
    <tags>
      <tag name="*" visible="false" />
      <tag name="User" visible="true" />
    </tags>

xkzt0 avatar Sep 19 '18 15:09 xkzt0

can't do that now by config. change the code, build the assembly by yourself.

justin0522 avatar Sep 21 '18 08:09 justin0522