| 204 | } |
| 205 | |
| 206 | Json ContainerObject::containerGuiConfig() const { |
| 207 | return Root::singleton().assets()->json(configValue("uiConfig").toString().replace("<slots>", toString(m_items->size()))); |
| 208 | } |
| 209 | |
| 210 | String ContainerObject::containerDescription() const { |
| 211 | return Object::shortDescription(); |