Apply further suggestion

Co-authored-by: Daniel Hensby <dhensby@users.noreply.github.com>
This commit is contained in:
Manuel Thalmann 2021-05-14 15:30:09 +02:00 committed by Dan Hensby
parent ff7654db1f
commit 4f57bd94de
No known key found for this signature in database
GPG Key ID: F76D6B5FE0626A99

View File

@ -7,7 +7,7 @@ icon: hammer
# Scaffolding
The ORM already has a lot of information about the data represented by a `DataObject` through its `$db` property, so
SilverStripe will use that information to provide scaffold for some interfaces. This is done though [FormScaffolder](api:SilverStripe\Forms\FormScaffolder)
SilverStripe will use that information to scaffold some interfaces. This is done though [FormScaffolder](api:SilverStripe\Forms\FormScaffolder)
to provide reasonable defaults based on the property type (e.g. a checkbox field for booleans). You can then further
customise those fields as required.