Skip to content

Commit 5058d0c

Browse files
committed
add todo to Creating a viewlet section
1 parent 8ade56c commit 5058d0c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/classic-ui/viewlets.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ You also have to change the {ref}`classic-ui-viewlets-viewletmanager-label` clas
129129
See {ref}`classic-ui-viewlets-registering-viewlet-zcml-label`.
130130
```
131131

132+
132133
### Hiding viewlets
133134

134135
Hiding a viewlet is also done from the `viewlets.xml` with the `<hidden />` node which is at same level as `<order />`, and is done per skin selection.
@@ -206,7 +207,11 @@ See
206207
- <https://github.com/plone/plone.app.layout/blob/master/plone/app/layout/viewlets/common.py>
207208

208209

209-
### Creating a viewlet using Python code and ZCML
210+
### Creating a viewlet
211+
212+
```{todo}
213+
Convert example to using plonecli
214+
```
210215

211216
Here is an example code which extends an existing Plone base viewlet (found from plone.app.layout.viewlets.base package)
212217
and then puts this viewlet to a one of viewlet managers using {doc}`ZCML </develop/addons/components/zcml>`.

0 commit comments

Comments
 (0)