mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Apply further suggestion
Co-authored-by: Daniel Hensby <dhensby@users.noreply.github.com>
This commit is contained in:
parent
ff7654db1f
commit
4f57bd94de
@ -7,7 +7,7 @@ icon: hammer
|
|||||||
# Scaffolding
|
# Scaffolding
|
||||||
|
|
||||||
The ORM already has a lot of information about the data represented by a `DataObject` through its `$db` property, so
|
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
|
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.
|
customise those fields as required.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user