Customize Usage snippets

Hi,

Is it possible to customize the Usage snippets screen at all?

docker

I would like to prepend the server name to the image name.

That isn’t currently possible via configuration, you may be able to write a custom plugin and contribute your own snippet doing something like this - https://github.com/sonatype/nexus-public/blob/master/plugins/nexus-repository-npm/src/main/resources/static/rapture/NX/npm/controller/NpmDependencySnippetController.js

I’m also interested in this, but for nuget. But can’t see a plugin for that yet.

The nuget plugin is not open source (nor is the docker plugin), but you can infer what you’d need to do to contribute a snippet from other plugins like the one I linked

Thanks for the reply. I was hoping there was something ready made that i could leverage on. I guess i would have to study how to to write a plugin then. :slight_smile: