Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pboivin authored and ifox committed Jul 6, 2021
1 parent f32ddc1 commit 8f58d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.sections/form-fields.md
Expand Up @@ -1034,7 +1034,7 @@ Outside the block editor, repeater fields are used to save `hasMany` or `morphMa

#### Using repeater fields

The following example demonstrates how to define a relationship between `Team` and `TeamMember` modules to implement a `team-member` repeater field.
The following example demonstrates how to define a relationship between `Team` and `TeamMember` modules to implement a `team-member` repeater.

#### Create the modules

Expand Down Expand Up @@ -1122,7 +1122,7 @@ Update file `resources/views/admin/teams/form.blade.php`:

#### Finishing up

Add the `Team` module to your `twill-navigation.php` config and you are done!
Add both modules to your `admin.php` routes. Add the `Team` module to your `twill-navigation.php` config and you are done!


### Map
Expand Down

0 comments on commit 8f58d42

Please sign in to comment.