openmct/example/extensions/bundle.json
Victor Woeltjen aeb670bf5f [Example] Add new example bundle
Add an example bundle containing custom extensions,
which can be recognized by extensions from another
bundle. WTD-518.
2014-11-05 13:38:46 -08:00

12 lines
282 B
JSON

{
"name": "Custom Extensions Examples",
"description": "Example showing how to declare custom extensions.",
"sources": "src",
"extensions": {
"examples": [
{
"text": "I came from example/extensions"
}
]
}
}