Skip to content

Commit

Permalink
Update 11_Scaffolding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed May 14, 2021
1 parent 0a7570d commit ff7654d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/02_Developer_Guides/00_Model/11_Scaffolding.md
Expand Up @@ -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 some interfaces. This is done though [FormScaffolder](api:SilverStripe\Forms\FormScaffolder)
SilverStripe will use that information to provide scaffold for 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.

Expand Down Expand Up @@ -232,7 +232,7 @@ class MyDataObject extends DataObject

```

In order to re-label any summary fields, you can use the $field_labels static.
In order to re-label any summary fields, you can use the `$field_labels` static.

```php
use SilverStripe\ORM\DataObject;
Expand Down

0 comments on commit ff7654d

Please sign in to comment.