hello list,
i wanted to add a navigation-portlet to specific folder using generic
setup.
the important part of my portlet.xml:
<?xml version="1.0"?>
<portlets
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
i18n:domain="plone">
<assignment name="navigation" category="context" key="/"
manager="plone.leftcolumn" type="portlets.Navigation">
<property name="includeTop">True</property>
</assignment>
<blacklist manager="plone.leftcolumn" category="context" location="/
jewelry"
status="block" />
<assignment category="context" key="/contact"
manager="plone.leftcolumn" type="portlets.Navigation">
<property name="includeTop">True</property>
</assignment>
</portlets>
the first assignment of the navigation is placed in / (root).
but inside root/contact i'd like to discard this and replace it
another navigation-portlet
when i install my product, i get the following result:
on root a navigation with its top included
inside contact is this navigation block
but there is no navigation inside my contact-folder.
this navigation has been created on root (the same position as the
other one)!
any ideas what i'm doing wrong?
or is it not implemented right now?
(i searched half a day, plone, google mailingslists)
hopefully somebody can answer this...
i'm running a buildout-driven plone 3.1.7, zope2.10.6
iham
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers