Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from powolnymarcel/patch-3
Browse files Browse the repository at this point in the history
fixed typo + removed comma
  • Loading branch information
Tarpsvo authored Mar 4, 2022
2 parents ec882f9 + e8e843e commit d04049c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ fields() {
MediaField::make('Profile image', 'profile_image'),
// Configurable options:
MediaField::make('Config example', 'config_example'),
->multiple() // Allows multiple images to tbe selected
MediaField::make('Config example', 'config_example')
->multiple() // Allows multiple images to to be selected
->collection('profile-pictures') // Defines a fixed collection of images instead of a global scope
->compact($width, $height = null) // Defines the thumbnail image size shown in Nova (to actually change thumbnail image size, use config)
]
Expand Down

0 comments on commit d04049c

Please sign in to comment.