Repository
You can specify a repository to link users to the source code for your block. By default, if a repo is defined in your codeblox.json, that will be used.
Example:
{
"name": "some-block",
"version": "1.0.0",
"description": "",
"directions": "",
"keywords": [],
"input": null,
"output": null,
"repository": "https://github.com/username/test"
}