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/backend/widgets.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -529,7 +529,8 @@ Below is an example of how to do it.
529
529
530
530
Copy [`widget.pt`](https://github.com/plone/plone.app.z3cform/blob/master/plone/app/z3cform/templates/widget.pt) to your own package, rename it as ``demo-widget.pt`` and edit it.
531
531
532
-
Then add the following code to `configure.zcml`. Remember to fix the path of the template according to your own paths.
532
+
Then add the following code to `configure.zcml`.
533
+
Remember to fix the path of the template according to your own paths.
0 commit comments