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/layers.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
@@ -58,7 +58,8 @@ Then views and viewlets from your product can be enabled on the site instance us
58
58
### Unconditional overrides
59
59
60
60
If you want to override a view or a viewlet unconditionally for all sites without the add-on product installer support, you need to use `overrides.zcml`.
61
-
You can override classes and templates in this file. To do this, you put the ZCML-registration in a files called overrides.zcml in the package root (next to the top most configure.zcml).
61
+
You can override classes and templates in this file.
62
+
To do this, you put the ZCML-registration in a file called `overrides.zcml` in the package root, next to the top-most `configure.zcml`.
0 commit comments