css and removing the "left" and "right" classes from templates

This commit is contained in:
2021-12-05 19:16:39 +00:00
parent 3b62ebd0ee
commit ba4e6668aa
6 changed files with 19 additions and 63 deletions

View File

@ -246,10 +246,10 @@ class OCActivity extends RevisionableContentEntityBase implements OCActivityInte
->setSetting('target_type', 'user')
->setSetting('handler', 'default')
->setTranslatable(TRUE)
->setDisplayConfigurable('view', true)
->setDisplayOptions('view', [
'label' => 'inline',
'label' => 'above',
'type' => 'author',
'weight' => -4,
]);
$fields['name'] = BaseFieldDefinition::create('string')