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

22 lines
587 B
XML

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