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/glossary.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ blocks
172
172
Blocks are the fundamental components of a page layout in {term}`Volto`.
173
173
174
174
element
175
-
Elements are the dynamic components of your blocks.
175
+
Elements are the dynamic components of your {term}`blocks`.
176
176
They can be input fields, buttons, or computed HTML.
177
177
They can also return JSON if you call them from a JavaScript app.
178
178
@@ -419,15 +419,15 @@ Traefik Proxy
419
419
420
420
Volto
421
421
[Volto](https://github.com/plone/volto) is a React-based frontend for Plone.
422
-
It is one of two supported user interfaces for Plone 6.
422
+
It is one of two supported user interfaces, or frontends, for Plone 6.
423
423
424
424
````{seealso}
425
425
{doc}`/conceptual-guides/choose-user-interface`
426
426
````
427
427
428
428
Classic UI
429
429
Classic UI is a frontend for Plone 6 that is based on {term}`ZPT` and {term}`Mockup`.
430
-
It is one of two supported user interfaces for Plone 6.
430
+
It is one of two supported user interfaces, or frontends, for Plone 6.
431
431
432
432
````{seealso}
433
433
{doc}`/conceptual-guides/choose-user-interface`
@@ -803,6 +803,6 @@ reference implementation
803
803
The reference implementation often accompanies a technical standard, and demonstrates what should be considered the "correct" behavior of any other implementation of it.
804
804
805
805
portlets
806
-
Portlets are widgets that can be inserted in predefined locations in {term}`Classic UI`.
806
+
Portlets are widgets that can be inserted in predefined locations in pages in {term}`Classic UI`.
807
807
Portlets are most commonly used to add sidebars to the left or right of the main page content.
0 commit comments