mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 22:42:24 +00:00
aeb670bf5f
Add an example bundle containing custom extensions, which can be recognized by extensions from another bundle. WTD-518.
12 lines
282 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |