Hi, I am trying to override the TreeViewImpl of the config app in Magnolia 5. So far, I am using the following in my module descriptor to achieve this:
[code] <components> <id>main</id> <component> <type>info.magnolia.ui.workbench.tree.TreeViewImpl</type> <implementation>com.acme.magnolia.custom.CustomTreeViewImpl</implementation> </component> </components> [/code] The problem is, this also overrides the TreeViewImpl for all other apps (for example the pages app). I would like to limit my custom tree view to the config app exclusively. How can I achieve this? Thanks! -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=3d1630c5-cb01-4ce0-ace8-15e9e05b4abf ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------