Skip to content

Commit

Permalink
Because this is the proper factory type
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed May 14, 2020
1 parent fd98e13 commit 4241f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/FileWithPreview.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected static function getAttributes()

protected static function getFactory()
{
return 'text(300)';
return 'image';
}

protected static function getTemplate()
Expand Down

0 comments on commit 4241f52

Please sign in to comment.