Skip to content

Commit 043f247

Browse files
author
Hosna Khoshkhoo
committed
control panel insted of controlpanel
1 parent 0128ea6 commit 043f247

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
html_meta:
3-
"description": ""
4-
"property=og:description": ""
5-
"property=og:title": ""
6-
"keywords": ""
3+
"description": "How to add a Control Panel"
4+
"property=og:description": "How to add a Control Panel"
5+
"property=og:title": "Add Control Panel"
6+
"keywords": "Plone, Add, Control Panel"
77
---
88

99
(backend-controlpanels-label)=
1010

11-
# Controlpanels
11+
# Control panels
1212

1313
## Adding a control panel
1414
To add a control panel to your add-on, you can use [`plonecli`](https://pypi.org/project/plonecli/) as follows:
@@ -23,12 +23,12 @@ To manually register a view as a control panel, add the following registration t
2323
```xml
2424
<?xml version="1.0"?>
2525
<object
26-
name="portal_controlpanel"
26+
name="portal_control-panel"
2727
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
2828
i18n:domain="lmu.behavior">
2929
<configlet
30-
title="Some Controlpanel"
31-
action_id="collective.example.some_controlpanel"
30+
title="Some Control Panel"
31+
action_id="collective.example.some_control-panel"
3232
appId="collective.example"
3333
category="Products"
3434
condition_expr=""

0 commit comments

Comments
 (0)