mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 07:16:39 +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",
|
||||
"depends": [ "$injector" ]
|
||||
},
|
||||
{
|
||||
"key": "relationship",
|
||||
"implementation": "capabilities/RelationshipCapability.js",
|
||||
"depends": [ "$injector" ]
|
||||
},
|
||||
{
|
||||
"key": "type",
|
||||
"implementation": "types/TypeCapability.js",
|
||||
|
Loading…
Reference in New Issue
Block a user