Skip to content

Commit 9730130

Browse files
committed
Minor tweaks to glossary.md, with a cross-reference from element to blocks.
1 parent 807c97b commit 9730130

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/glossary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ blocks
172172
Blocks are the fundamental components of a page layout in {term}`Volto`.
173173
174174
element
175-
Elements are the dynamic components of your blocks.
175+
Elements are the dynamic components of your {term}`blocks`.
176176
They can be input fields, buttons, or computed HTML.
177177
They can also return JSON if you call them from a JavaScript app.
178178
@@ -419,15 +419,15 @@ Traefik Proxy
419419
420420
Volto
421421
[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.
423423
424424
````{seealso}
425425
{doc}`/conceptual-guides/choose-user-interface`
426426
````
427427
428428
Classic UI
429429
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.
431431
432432
````{seealso}
433433
{doc}`/conceptual-guides/choose-user-interface`
@@ -803,6 +803,6 @@ reference implementation
803803
The reference implementation often accompanies a technical standard, and demonstrates what should be considered the "correct" behavior of any other implementation of it.
804804
805805
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`.
807807
Portlets are most commonly used to add sidebars to the left or right of the main page content.
808808
```

0 commit comments

Comments
 (0)