openmct/platform/containment/bundle.json

12 lines
344 B
JSON
Raw Normal View History

{
"extensions": {
"policies": [
{
"category": "composition",
"implementation": "CompositionPolicy.js",
2015-04-08 03:06:08 +00:00
"depends": [ "typeService", "capabilityService" ],
"message": "Objects of this type cannot contain objects of that type."
}
]
}
}