mirror of
https://github.com/nasa/openmct.git
synced 2025-02-05 18:49:18 +00:00
16 lines
411 B
JSON
16 lines
411 B
JSON
{
|
|
"name": "Custom Extensions Examples",
|
|
"description": "Example showing how to declare custom extensions.",
|
|
"sources": "src",
|
|
"extensions": {
|
|
"examples": [
|
|
{
|
|
"text": "I came from example/extensions"
|
|
},
|
|
{
|
|
"implementation": "SomeExample.js",
|
|
"depends": [ "exampleService" ]
|
|
}
|
|
]
|
|
}
|
|
} |