Skip to content

Commit

Permalink
do not restrict item to 255 char
Browse files Browse the repository at this point in the history
  • Loading branch information
paulandrieux committed May 27, 2019
1 parent 6bc90ef commit 7ba6525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/WidgetListingItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class WidgetListingItem implements WidgetItemInterface
/**
* @var string
*
* @ORM\Column(name="title", type="string", length=255, nullable=true)
* @ORM\Column(name="title", type="text", nullable=true)
* @VIC\ReceiverProperty("textable")
*/
protected $title;
Expand Down

0 comments on commit 7ba6525

Please sign in to comment.