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 5dbcb72 commit daf8ccbCopy full SHA for daf8ccb
docs/backend/schemas.md
@@ -299,7 +299,7 @@ class IMySchema(model.Schema):
299
```
300
301
The value passed to the directive may be either `*`, indicating before or after all fields, or the name of another field.
302
-Use `<.fieldname>` to refer to the field in the current schema or a base schema.
+Use `.<fieldname>` to refer to the field in the current schema or a base schema.
303
Prefix with the schema name, such as `IDublinCore.title`, to refer to a field in another schema.
304
Use an unprefixed name to refer to a field in either the current or default schema for the form.
305
0 commit comments