|
Revision 1411
(checked in by piv, 2 months ago)
|
now this product is compatible with plone 3
|
| Line | |
|---|
| 1 |
<configure |
|---|
| 2 |
xmlns="http://namespaces.zope.org/zope" |
|---|
| 3 |
xmlns:cmf="http://namespaces.zope.org/cmf" |
|---|
| 4 |
xmlns:genericsetup="http://namespaces.zope.org/genericsetup" |
|---|
| 5 |
i18n_domain="qPloneDropDownMenu"> |
|---|
| 6 |
|
|---|
| 7 |
<!-- Register the installation GenericSetup extension profile --> |
|---|
| 8 |
<genericsetup:registerProfile |
|---|
| 9 |
name="default" |
|---|
| 10 |
title="qPloneDropDownMenu" |
|---|
| 11 |
directory="profiles/default" |
|---|
| 12 |
description="Allows Plone websites to update multilevel portal dropdown menu" |
|---|
| 13 |
provides="Products.GenericSetup.interfaces.EXTENSION" |
|---|
| 14 |
/> |
|---|
| 15 |
|
|---|
| 16 |
<cmf:registerDirectory name="qPloneDropDownMenu"/> |
|---|
| 17 |
|
|---|
| 18 |
<include package=".browser" /> |
|---|
| 19 |
|
|---|
| 20 |
</configure> |
|---|