Increased character limit of email address fields
This commit is contained in:
parent
8d2d095b8e
commit
4b8872b586
@ -311,7 +311,7 @@ class OCActor extends RevisionableContentEntityBase implements OCActorInterface
|
||||
->setRevisionable(TRUE)
|
||||
->setSettings(array(
|
||||
'default_value' => '',
|
||||
'max_length' => 30,
|
||||
'max_length' => 100,
|
||||
'text_processing' => 0,
|
||||
))
|
||||
->setDisplayConfigurable("form", true)
|
||||
|
@ -273,7 +273,7 @@ class OCOrganisation extends EditorialContentEntityBase implements OCOrganisatio
|
||||
->setRevisionable(TRUE)
|
||||
->setSettings(array(
|
||||
'default_value' => '',
|
||||
'max_length' => 30,
|
||||
'max_length' => 100,
|
||||
'text_processing' => 0,
|
||||
))
|
||||
->setDisplayOptions('view', array(
|
||||
@ -363,7 +363,7 @@ class OCOrganisation extends EditorialContentEntityBase implements OCOrganisatio
|
||||
->setRevisionable(TRUE)
|
||||
->setSettings(array(
|
||||
'default_value' => '',
|
||||
'max_length' => 30,
|
||||
'max_length' => 100,
|
||||
'text_processing' => 0,
|
||||
))
|
||||
->setDisplayOptions('view', array(
|
||||
|
Reference in New Issue
Block a user