Hello,
cm:folder defines the cm:contains child association, allowing types of sys:base to become it's children. We have requirements that we must restrict the type allowed for some folders and to create additional associations to other types.
We know that the <overrides/> directive allows for property overrides, but not associations.
following this approach, we have noticed
1) that the share application will have to be configured to view/manipulate our types.
2) FileFolderService is expecting cm:folder or sys:container none of which our types extend
Are there additional consequences for this approach?
Thanks