5d0d97a432
* Update markup of all buttons, forms and input elements to Bootstrap 4 * Add documentByLine in the card-header. Add commentBody in the card-body * Update CHANGES.txt * Update @@manage-comments.pt moderation interface with Bootstrap 4 * bs5 form updates * add bootstrap icon from resolver * update bindings for button * update markup for bootstrap 5 * turn configlet portlets into menu * turn configlet portlets into menu (2) * bootstrap b1 changes * major version bump Co-authored-by: Peter Holzer <peter.holzer@agitator.com> Co-authored-by: Jens W. Klein <jk@kleinundpartner.at> Co-authored-by: Peter Mathis <peter.mathis@kombinat.at>
22 lines
572 B
XML
22 lines
572 B
XML
<?xml version="1.0"?>
|
|
<object
|
|
name="portal_controlpanel"
|
|
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
|
|
i18n:domain="plone"
|
|
purge="False">
|
|
|
|
<configlet
|
|
title="Discussion"
|
|
action_id="discussion"
|
|
appId="plone.app.discussion"
|
|
category="plone-general"
|
|
condition_expr=""
|
|
icon_expr="string:chat-square-dots"
|
|
url_expr="string:${portal_url}/@@discussion-controlpanel"
|
|
visible="True"
|
|
i18n:attributes="title">
|
|
<permission>Manage portal</permission>
|
|
</configlet>
|
|
|
|
</object>
|