This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
PcfIntranetStyle/profiles.zcml

16 lines
492 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
i18n_domain="pcfintranetstyle">
<genericsetup:registerProfile
name="pcfintranetstyle"
title="PcfIntranetStyle"
directory="profiles/default"
description="Extension profile for PcfIntranetStyle Product."
provides="Products.GenericSetup.interfaces.EXTENSION"
for="Products.CMFPlone.interfaces.IPloneSiteRoot"
/>
</configure>