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
the override is done here, with the help of a browser layer.
326
+
An alternative way would be to put the registration without a browser layer into a overrides.zcml in the package root of your add-on.
327
+
328
+
305
329
306
330
### Conditionally rendering viewlets
307
331
@@ -786,7 +810,7 @@ These settings are stored in the site database.
786
810
A good practice is to export {file}`viewlets.xml` using `portal_setup`, and then include the necessary bits of this {file}`viewlets.xml` with your add-on installer, so that when your add-on is installed, the viewlet configuration is changed accordingly.
787
811
788
812
```{note}
789
-
You cannot move viewlets between viewlet managers.
813
+
You cannot move viewlets between viewlet managersTTW.
790
814
Hide the concerning viewlets in one manager using `/@@manage-viewlets` and {file}`viewlets.xml`export, thenre-registerthesameviewlettoanewmanager.
0 commit comments