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.
tabellio.config/tabellio/config/profiles/default/controlpanel.xml

22 lines
599 B
XML

<?xml version="1.0"?>
<object
name="portal_controlpanel"
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
i18n:domain="tabellio.config"
purge="False">
<configlet
title="Tabellio"
action_id="tabellio.config"
appId="tabellio.config"
category="Plone"
condition_expr=""
url_expr="string:${portal_url}/@@tabellio-controlpanel"
icon_expr="string:${portal_url}/++resource++tabellio.config.png"
visible="True"
i18n:attributes="title">
<permission>Manage portal</permission>
</configlet>
</object>