desktop
desktop copied to clipboard
Ability to turn on/off the "Try it out" functionality
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.
This can be done with some simple css - perhaps we should add it to the documentation?
.ApiOperation--tryItOutTitle {
display: none;
}
Does this require the pro package, or can it be done with standard?
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!