apigee-api-catalog-drupal icon indicating copy to clipboard operation
apigee-api-catalog-drupal copied to clipboard

Make "Try it Now" configurable

Open giteshk opened this issue 5 years ago • 2 comments

Some customers may not want "Try it Now" functionality enabled.

Can we make this a configuration?

giteshk avatar Nov 19 '19 21:11 giteshk

Is "try it now" included with smartdocs now?

kscheirer avatar Dec 03 '19 17:12 kscheirer

"Try it now" was just released, version 1.1

In the meantime, you can use CSS to hide the interactivity:

// Remove the API Explorer
.apis-explorer {
  display: none;
}

cnovak avatar Dec 10 '19 05:12 cnovak