Skip to content

Commit 95bdc65

Browse files
committed
improve schemas section
1 parent 15bc6bd commit 95bdc65

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/backend/schemas.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,12 @@ class ICheckoutAddress(zope.interface.Interface):
100100
street_address = schema.TextLine(title=_(u"Address"), default=u"")
101101
```
102102

103-
This schema can be used in {ref}`classic-ui-forms-label` and concrete persistent class which uses this data model. We
104-
can use this class to store data based on our model definition in the ZODB
103+
This schema can be used in {ref}`classic-ui-forms-label` and Dexterity {ref}`backend-content-types-label` data models.
104+
105+
106+
## Advanced
107+
108+
We can use this class to store data based on our model definition in the ZODB
105109
database.
106110

107111
We use `zope.schema.fieldproperty.FieldProperty` to bind

0 commit comments

Comments
 (0)