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/backend/content-types/index.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
@@ -25,8 +25,8 @@ For example, each content type has:
25
25
26
26
- a {doc}`schema </backend/schemas>` specifying the fields which can be edited for the content type
27
27
- a list of {doc}`behaviors </backend/behaviors>` which supply additional functionality that can be attached to the content types for which the behavior is enabled
28
-
- a {doc}`workflow </backend/workflows>`controling transitions between publishing states and associated permissions
29
-
- a version policy controling whether to store a revision history
28
+
- a {doc}`workflow </backend/workflows>`controlling transitions between publishing states and associated permissions
29
+
- a version policy controlling whether to store a revision history
30
30
31
31
It is common in developing a website that you'll need customized versions of common content types, or perhaps even entirely new types.
32
32
@@ -39,7 +39,7 @@ The ZODB is well suited to heterogeneous, loosely structured content such as web
39
39
Types in Plone are either `containers` or `items` (this distinction is sometimes called folderish versus non-folderish).
40
40
A one-to-many type relationship is typically modeled as a container (the "one") containing many items (the "many"), although it is also possible to use references across the content hierarchy.
41
41
42
-
Each type has a {doc}`schema </backend/schemas>`, which is a set of {doc}`/backend/fields` with related properties, such as a title, default value, constraints, and so on.
42
+
Each type has a {doc}`schema </backend/schemas>`, which is a set of {doc}`/backend/fields` with related properties, such as a title, default value, constraints, and other properties.
43
43
The schema is used to generate forms and describe instances of the type.
44
44
In addition to schema-driven forms, a type typically comes with one or more {doc}`/classic-ui/views` as well as {doc}`/classic-ui/viewlets` and is subject to security—for example, add permissions, or per-field read and write permissions—and workflow.
45
45
@@ -72,7 +72,7 @@ fti
72
72
```{toctree}
73
73
:maxdepth: 2
74
74
```
75
-
% Uncomment each of the following and move into the toctree above when migrated from Plone 5 documentation
75
+
% Uncomment each of the following and move into the `toctree` above when migrated from Plone 5 documentation
0 commit comments