Changed max length of full name, and some other things

This commit is contained in:
2021-02-08 21:28:15 +00:00
parent 9646e216aa
commit 7a995060ce
6 changed files with 16 additions and 7 deletions

View File

@ -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)