mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS Fix link to common subclasses of form fields
This commit is contained in:
parent
cc6a2ef757
commit
058a08f84f
@ -100,7 +100,7 @@ Some common examples are [api:TextField] or [api:DropdownField].
|
||||
TextField::create($name, $title, $value);
|
||||
|
||||
<div class="info" markdown='1'>
|
||||
A list of the common FormField subclasses is available on the [Common Subclasses](fields/common_subclasses) page.
|
||||
A list of the common FormField subclasses is available on the [Common Subclasses](field_types/common_subclasses/) page.
|
||||
</div>
|
||||
|
||||
The fields are added to the [api:FieldList] `fields` property on the `Form` and can be modified at up to the point the
|
||||
|
Loading…
Reference in New Issue
Block a user