Changed description of Published field
This commit is contained in:
@ -215,7 +215,7 @@ class OCActor extends RevisionableContentEntityBase implements OCActorInterface
|
||||
|
||||
$fields['status'] = BaseFieldDefinition::create('boolean')
|
||||
->setLabel(t('Publishing status'))
|
||||
->setDescription(t('Whether this record is published.'))
|
||||
->setDescription('If this box is not ticked this record will be hidden from view for most users. Users with access to unpublished entities will be able to restore it if needed.')
|
||||
->setRevisionable(TRUE)
|
||||
->setDisplayConfigurable("form", true)
|
||||
->setDefaultValue(TRUE);
|
||||
|
Reference in New Issue
Block a user