We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bc6bd commit 95bdc65Copy full SHA for 95bdc65
docs/backend/schemas.md
@@ -100,8 +100,12 @@ class ICheckoutAddress(zope.interface.Interface):
100
street_address = schema.TextLine(title=_(u"Address"), default=u"")
101
```
102
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
+This schema can be used in {ref}`classic-ui-forms-label` and Dexterity {ref}`backend-content-types-label` data models.
+
105
106
+## Advanced
107
108
+We can use this class to store data based on our model definition in the ZODB
109
database.
110
111
We use `zope.schema.fieldproperty.FieldProperty` to bind
0 commit comments