mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +00:00
[Core] Expose relationship capability
Expose relationship capability in bundle definition, WTD-1007.
This commit is contained in:
parent
bbe26cd06c
commit
66eef8ccc4
@ -129,6 +129,11 @@
|
|||||||
"implementation": "capabilities/CompositionCapability.js",
|
"implementation": "capabilities/CompositionCapability.js",
|
||||||
"depends": [ "$injector" ]
|
"depends": [ "$injector" ]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "relationship",
|
||||||
|
"implementation": "capabilities/RelationshipCapability.js",
|
||||||
|
"depends": [ "$injector" ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "type",
|
"key": "type",
|
||||||
"implementation": "types/TypeCapability.js",
|
"implementation": "types/TypeCapability.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user