mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|