openmct/platform/containment/bundle.json
Victor Woeltjen 870ff6af32 [Containment] Add message
WTD-962
2015-04-07 20:06:08 -07:00

12 lines
344 B
JSON

{
"extensions": {
"policies": [
{
"category": "composition",
"implementation": "CompositionPolicy.js",
"depends": [ "typeService", "capabilityService" ],
"message": "Objects of this type cannot contain objects of that type."
}
]
}
}