Skip to content

Commit 77d6030

Browse files
MrTangopetschki
andauthored
Update docs/backend/content-types/intro.md
Co-authored-by: Peter Mathis <[email protected]>
1 parent 8deb818 commit 77d6030

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/backend/content-types/intro.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,6 @@ Each type has a {ref}`schema <backend-schemas-label>`, which is a set of {ref}`b
6060
The schema is used to generate forms and describe instances of the type.
6161
In addition to schema-driven forms, a type typically comes with one or more {ref}`classic-ui-views-label` as well as {ref}`classic-ui-viewlets-label` and is subject to security—for example, add permissions, or per-field read/write permissions—and workflow.
6262

63-
### Example content type
64-
65-
When we attempt to solve a particular content management problem with Plone, we will often design new content types.
66-
For the purpose of this example, we'll build a simple set of types to manage tasks.
67-
68-
- A content type `Tasks` is used to hold all task objects and present a list of tasks to the user.
69-
This type is folderish (Container).
70-
- A content type `Task` with the information about the task.
71-
Fields include name, description, and status of the task.
72-
This type is non-folderish (Item).
7363

7464

7565
```{toctree}

0 commit comments

Comments
 (0)