Hi,
I was looking at applicationModel.xml and noticed references to aspect named CategoryContainable, but even with grepping the whole source tree I was not able to find definition for that aspect.
Did I miss it or is this something legacy configuration that is skipped during initialization?
<!– TODO: Glossary will be revisited when implementation is better understood –>
<type name="app:glossary">
<parent>cm:folder</parent>
<!–
<mandatory-aspects>
<aspect>CategoryContainable</aspect>
</mandatory-aspects>
-huima