2009-06-02 23:20:53 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<object
|
|
|
|
name="portal_controlpanel"
|
|
|
|
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
|
2010-01-27 15:56:30 +01:00
|
|
|
i18n:domain="plone"
|
2009-06-02 23:20:53 +02:00
|
|
|
purge="False">
|
|
|
|
|
|
|
|
<configlet
|
|
|
|
title="Discussion"
|
|
|
|
action_id="discussion"
|
|
|
|
appId="plone.app.discussion"
|
2015-07-15 18:05:24 +02:00
|
|
|
category="plone-general"
|
2009-06-02 23:20:53 +02:00
|
|
|
condition_expr=""
|
2021-02-13 09:56:21 +01:00
|
|
|
icon_expr="string:chat-square-dots"
|
2013-11-12 10:45:59 +01:00
|
|
|
url_expr="string:${portal_url}/@@discussion-controlpanel"
|
2009-06-02 23:20:53 +02:00
|
|
|
visible="True"
|
|
|
|
i18n:attributes="title">
|
|
|
|
<permission>Manage portal</permission>
|
|
|
|
</configlet>
|
|
|
|
|
2013-11-12 10:45:59 +01:00
|
|
|
</object>
|