You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/classic-ui/viewlets.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ To add viewlets to your HTML code, you first need to add them to a viewlet manag
74
74
- Viewlets can be reordered (limited to reordering within a `viewlet manager`).
75
75
- Viewlets can be registered and overridden in a theme specific manner using {doc}`/classic-ui/layers`.
76
76
- Viewlets have `update()` and `render()` methods.
77
-
- Viewlets should honour [zope.contentprovider.interfaces.IContentProvider call contract](https://github.com/zopefoundation/zope.contentprovider/blob/master/src/zope/contentprovider/interfaces.py), documented in [zope.contentprovider](https://zopecontentprovider.readthedocs.io/en/latest/).
77
+
- Viewlets should honour [`zope.contentprovider.interfaces.IContentProvider` call contract](https://github.com/zopefoundation/zope.contentprovider/blob/master/src/zope/contentprovider/interfaces.py), documented in [`zope.contentprovider`](https://zopecontentprovider.readthedocs.io/en/latest/).
78
78
79
79
A viewlet can be configured so that it is only available for:
0 commit comments