We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46e1003 + bda6c96 commit a241811Copy full SHA for a241811
documentation/2-fields/16-image.md
@@ -16,6 +16,6 @@ Set the allowed files type. Short mime types are also supported (`audio`, `video
16
17
Set the type of the stored value. *(defaults to `id`)*
18
19
-You can also `url` to store the URL of the image instead of the ID.
+You can also set the type to `url` to store the URL of the image instead of it's ID.
20
21
-`Field::make("image", "crb_employee_photo", "Photo")`
+`Field::make("image", "crb_employee_photo", "Photo")`
0 commit comments