<?xml version="1.0"?>
<object name="portal_controlpanel"
    xmlns:i18n="http://xml.zope.org/namespaces/i18n" i18n:domain="plone">
 <configlet title="Configuration Registry" action_id="plone.app.registry"
    appId="plone.app.registry" category="Plone" condition_expr=""
    url_expr="string:${portal_url}/portal_registry"
    icon_expr="string:$portal_url/++resource++plone.app.registry/icon.png"
    visible="True" i18n:attributes="title">
  <permission>Manage portal</permission>
 </configlet>
</object>
