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/views.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ You need to declare the `browser` namespace in your `configure.zcml` to use `bro
173
173
```
174
174
175
175
The view in question is registered against a {ref}`layer <classic-ui-layers-label>`.
176
-
It will be available after restart, after running the {ref}`GenericSetup profile <backend-configuration-registry-generic-setup-label>`.
176
+
It will be available after restart and running the {ref}`GenericSetup profile <backend-configuration-registry-generic-setup-label>` or enabling the addon.
177
177
178
178
179
179
(classic-ui-page-template-label)=
@@ -432,7 +432,7 @@ Since one Zope application server can contain multiple Plone sites, layers are u
432
432
A layer is in use when either:
433
433
434
434
- a theme which defines that layer is active, or
435
-
- if a specific add-on product which defines that layer is installed.
435
+
- if a specific add-on product which defines that layer is installed in the Plone site.
436
436
437
437
You should register your views against a certain layer in your own code.
0 commit comments