allow to pre-define colors to choose from (#2481)
This commit is contained in:
@@ -45,7 +45,8 @@ class Configuration
|
||||
/**
|
||||
* @var string
|
||||
*
|
||||
* @ORM\Column(name="value", type="string", length=255, nullable=true)
|
||||
* @ORM\Column(name="value", type="string", length=1024, nullable=true)
|
||||
* @Assert\Length(max=1024, allowEmptyString=true)
|
||||
*/
|
||||
private $value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user