desktop icon indicating copy to clipboard operation
desktop copied to clipboard

Ability to turn on/off the "Try it out" functionality

Open tbarn opened this issue 6 years ago • 3 comments

Sometimes Stoplight users don't want to show the "Try it out" feature. It would be nice to have the ability to turn it off.

tbarn avatar Apr 18 '18 21:04 tbarn

This can be done with some simple css - perhaps we should add it to the documentation?

.ApiOperation--tryItOutTitle {
  display: none;
}

marbemac avatar Apr 19 '18 02:04 marbemac

Does this require the pro package, or can it be done with standard?

nicko2n avatar Apr 19 '18 16:04 nicko2n

Yeah that solution would require custom css which is in standard - I'll circle up with the team about possibly adding first class support for disabling try it out in essential and up. Will follow up here with developments!

marbemac avatar Apr 19 '18 16:04 marbemac