mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
6e59b5881d
Use implementations of custom extensions in examples. WTD-518.
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" ]
|
|
}
|
|
]
|
|
}
|
|
} |