Changed max length of full name, and some other things
This commit is contained in:
@ -248,7 +248,7 @@ class OCActor extends RevisionableContentEntityBase implements OCActorInterface
|
||||
->setLabel(t('Name'))
|
||||
->setRevisionable(TRUE)
|
||||
->setSettings([
|
||||
'max_length' => 20,
|
||||
'max_length' => 50,
|
||||
'text_processing' => 0,
|
||||
])
|
||||
->setDisplayConfigurable("form", true)
|
||||
|
Reference in New Issue
Block a user