mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 23:12:23 +00:00
9e4611bcfd
Fix dependencies in containment bundle to allow loading, WTD-962.
18 lines
579 B
JSON
18 lines
579 B
JSON
{
|
|
"extensions": {
|
|
"policies": [
|
|
{
|
|
"category": "composition",
|
|
"implementation": "CompositionPolicy.js",
|
|
"depends": [ "$injector" ],
|
|
"message": "Objects of this type cannot contain objects of that type."
|
|
},
|
|
{
|
|
"category": "action",
|
|
"implementation": "ComposeActionPolicy.js",
|
|
"depends": [ "$injector" ],
|
|
"message": "Objects of this type cannot contain objects of that type."
|
|
}
|
|
]
|
|
}
|
|
} |