Skip to content

Commit 3ff07fa

Browse files
committed
improve views docs
1 parent c99c8d4 commit 3ff07fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/classic-ui/views.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ You need to declare the `browser` namespace in your `configure.zcml` to use `bro
173173
```
174174

175175
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.
177177

178178

179179
(classic-ui-page-template-label)=
@@ -432,7 +432,7 @@ Since one Zope application server can contain multiple Plone sites, layers are u
432432
A layer is in use when either:
433433

434434
- 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.
436436

437437
You should register your views against a certain layer in your own code.
438438

0 commit comments

Comments
 (0)